From 1b2fabccede37242233755961434c52536224de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=B1=E5=BA=8F?= Date: Tue, 27 Nov 2018 00:23:44 +0800 Subject: [PATCH] docs: fix tag in inline code (#96) PR-URL: https://github.com/npm/cli/pull/96 Credit: @midare Reviewed-By: @zkat --- doc/misc/npm-scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/npm-scripts.md b/doc/misc/npm-scripts.md index 80d19fc95159..22ded4900163 100644 --- a/doc/misc/npm-scripts.md +++ b/doc/misc/npm-scripts.md @@ -52,8 +52,8 @@ 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