mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 02:19:02 +00:00

* isaacs, Robert Kowalski, Benjamin Coe: Test Improvements * isaacs doc: Add canonical url * isaacs view: handle unpublished packages properly * Raynos (Jake Verbaten) do not log if silent * Julian Gruber fix no such property error * isaacs npmconf@0.1.14 * Thorsten Lorenz adding save-prefix configuration option * isaacs npm-registry-client@0.4.7 * isaacs cache: treat missing versions as a 404 * isaacs cache: Save shasum, write resolved/etc data to cache * isaacs cache: Always fetch root doc * isaacs cache: don't repack unnecessarily from tmp * Andrey Kislyuk Don't crash if shrinkwrap-dependencies were not passed in pkginfo * Robert Kowalski fix link in faq * Jean Lauliac Add a peerDependencies section in package.json doc * isaacs read-installed@2.0.2
42 lines
620 B
Groff
42 lines
620 B
Groff
.\" Generated with Ronnjs 0.3.8
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
.
|
|
.TH "NPM\-RUN\-SCRIPT" "1" "April 2014" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBnpm-run-script\fR \-\- Run arbitrary package scripts
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
npm run\-script <script> <name>
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
This runs an arbitrary command from a package\'s "scripts" object\.
|
|
.
|
|
.P
|
|
It is used by the test, start, restart, and stop commands, but can be
|
|
called directly, as well\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help scripts
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help test
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help start
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help restart
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help stop
|
|
.
|
|
.IP "" 0
|
|
|