Skip to content

Commit 1b2fabc

Browse files
kitayoshizkat
authored andcommittedNov 26, 2018
docs: fix tag in inline code (#96)
PR-URL: #96 Credit: @midare Reviewed-By: @zkat
1 parent a91a470 commit 1b2fabc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/misc/npm-scripts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ following scripts:
5252
Additionally, arbitrary scripts can be executed by running `npm
5353
run-script <stage>`. *Pre* and *post* commands with matching
5454
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>`.
55+
`postmyscript`). Scripts from dependencies can be run with
56+
`npm explore <pkg> -- npm run <stage>`.
5757

5858
## PREPUBLISH AND PREPARE
5959

0 commit comments

Comments
 (0)
Please sign in to comment.