We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91a470 commit 1b2fabcCopy full SHA for 1b2fabc
doc/misc/npm-scripts.md
@@ -52,8 +52,8 @@ following scripts:
52
Additionally, arbitrary scripts can be executed by running `npm
53
run-script <stage>`. *Pre* and *post* commands with matching
54
names will be run for those as well (e.g. `premyscript`, `myscript`,
55
-`postmyscript`). Scripts from dependencies can be run with `npm explore
56
-<pkg> -- npm run <stage>`.
+`postmyscript`). Scripts from dependencies can be run with
+`npm explore <pkg> -- npm run <stage>`.
57
58
## PREPUBLISH AND PREPARE
59
0 commit comments