summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/using-npm/scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/using-npm/scripts.md')
-rw-r--r--deps/npm/docs/content/using-npm/scripts.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/npm/docs/content/using-npm/scripts.md b/deps/npm/docs/content/using-npm/scripts.md
index a518e80472..a9ca433fde 100644
--- a/deps/npm/docs/content/using-npm/scripts.md
+++ b/deps/npm/docs/content/using-npm/scripts.md
@@ -78,7 +78,7 @@ The advantage of doing these things at `prepublish` time is that they can be don
### Life Cycle Operation Order
-#### [`npm publish`](/cli-commands/npm-publish)
+#### [`npm publish`](/cli-commands/publish)
* `prepublishOnly`
* `prepare`
@@ -86,12 +86,12 @@ The advantage of doing these things at `prepublish` time is that they can be don
* `publish`
* `postpublish`
-#### [`npm pack`](/cli-commands/npm-pack)
+#### [`npm pack`](/cli-commands/pack)
* `prepack`
* `postpack`
-#### [`npm install`](/cli-commands/npm-install)
+#### [`npm install`](/cli-commands/install)
* `preinstall`
* `install`
@@ -102,7 +102,7 @@ Also triggers
* `prepublish` (when on local)
* `prepare` (when on local)
-#### [`npm start`](/cli-commands/npm-start)
+#### [`npm start`](/cli-commands/start)
`npm run start` has an `npm start` shorthand.
@@ -290,7 +290,7 @@ above.
### See Also
-* [npm run-script](/cli-commands/npm-run-script)
+* [npm run-script](/cli-commands/run-script)
* [package.json](/configuring-npm/package-json)
* [npm developers](/using-npm/developers)
-* [npm install](/cli-commands/npm-install)
+* [npm install](/cli-commands/install)