Skip to content

Commit

Permalink
chore: Renamed prepublish script to manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 24, 2024
1 parent affeda9 commit f495154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
],
"scripts": {
"lint": "eslint .",
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"manpage": "marked-man --name gulp docs/CLI.md > gulp.1",
"pretest": "npm run lint",
"test": "mocha --async-only --timeout 5000 test/lib test",
"cover": "nyc mocha --async-only --timeout 5000 test/lib test"
Expand Down

0 comments on commit f495154

Please sign in to comment.