diff options
Diffstat (limited to 'deps/npm/man/man7/npm-scripts.7')
-rw-r--r-- | deps/npm/man/man7/npm-scripts.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man7/npm-scripts.7 b/deps/npm/man/man7/npm-scripts.7 index 10f83192fc..03c5a52298 100644 --- a/deps/npm/man/man7/npm-scripts.7 +++ b/deps/npm/man/man7/npm-scripts.7 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-SCRIPTS" "7" "May 2014" "" "" +.TH "NPM\-SCRIPTS" "7" "June 2014" "" "" . .SH "NAME" \fBnpm-scripts\fR \-\- How npm handles the "scripts" field @@ -63,7 +63,7 @@ stop and start scripts if no \fBrestart\fR script is provided\. .IP "" 0 . .P -Additionally, arbitrary scripts can be run by doing \fBnpm run\-script <stage> <pkg>\fR\|\. +Additionally, arbitrary scripts can be run by doing \fBnpm run\-script <pkg> <stage>\fR\|\. . .SH "NOTE: INSTALL SCRIPTS ARE AN ANTIPATTERN" \fBtl;dr\fR Don\'t use \fBinstall\fR\|\. Use a \fB\|\.gyp\fR file for compilation, and \fBprepublish\fR for anything else\. |