Skip to content

Commit f495154

Browse files
committed
chore: Renamed prepublish script to manpage
1 parent affeda9 commit f495154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"scripts": {
2626
"lint": "eslint .",
27-
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
27+
"manpage": "marked-man --name gulp docs/CLI.md > gulp.1",
2828
"pretest": "npm run lint",
2929
"test": "mocha --async-only --timeout 5000 test/lib test",
3030
"cover": "nyc mocha --async-only --timeout 5000 test/lib test"

0 commit comments

Comments
 (0)