We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affeda9 commit f495154Copy full SHA for f495154
package.json
@@ -24,7 +24,7 @@
24
],
25
"scripts": {
26
"lint": "eslint .",
27
- "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
+ "manpage": "marked-man --name gulp docs/CLI.md > gulp.1",
28
"pretest": "npm run lint",
29
"test": "mocha --async-only --timeout 5000 test/lib test",
30
"cover": "nyc mocha --async-only --timeout 5000 test/lib test"
0 commit comments