Lines Matching full:scripts
3 \fBnpm-run-script\fR \- Run arbitrary package scripts
15 This runs an arbitrary command from a package's \fB"scripts"\fP object\. If no
16 \fB"command"\fP is provided, it will list the available scripts\. \fBrun[\-script]\fP is
18 directly, as well\. When the scripts in the package are printed out, they're
19 separated into lifecycle (test, start, restart) and directly\-run scripts\.
22 use custom arguments when executing scripts\. The special option \fB\-\-\fP is used by
41 \fBnode_modules/\.bin\fP to the \fBPATH\fP provided to scripts\. Any binaries provided by
68 Scripts are run from the root of the module, regardless of what your current
75 which \fBnpm\fP is executed\. Also, if the \fB\-\-scripts\-prepend\-node\-path\fP is passed,
77 \fBPATH\fP\|\. If \fB\-\-scripts\-prepend\-node\-path=auto\fP is passed (which has been the
87 when the script is undefined\. This lets you run potentially undefined scripts
92 npm help scripts