From f1fcfa5acbcb16adac6dbfd4eb702cc614fc80dd Mon Sep 17 00:00:00 2001 From: Orta Date: Tue, 20 Nov 2018 19:07:24 -0500 Subject: [PATCH] Update npm-scripts.md --- doc/misc/npm-scripts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/misc/npm-scripts.md b/doc/misc/npm-scripts.md index e4b90096ae962..dafd33c344737 100644 --- a/doc/misc/npm-scripts.md +++ b/doc/misc/npm-scripts.md @@ -52,8 +52,7 @@ following scripts: Additionally, arbitrary scripts can be executed by running `npm run-script `. *Pre* and *post* commands with matching names will be run for those as well (e.g. `premyscript`, `myscript`, -`postmyscript`). Scripts from dependencies can be run with `npm explore - -- npm run `. +`postmyscript`). Scripts from dependencies can be run with `npm explore -- npm run `. ## PREPUBLISH AND PREPARE