Skip to content

Commit

Permalink
docs: fix tag in inline code (#96)
Browse files Browse the repository at this point in the history
PR-URL: #96
Credit: @midare
Reviewed-By: @zkat
  • Loading branch information
kitayoshi authored and zkat committed Nov 26, 2018
1 parent a91a470 commit 1b2fabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/misc/npm-scripts.md
Expand Up @@ -52,8 +52,8 @@ following scripts:
Additionally, arbitrary scripts can be executed by running `npm
run-script <stage>`. *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
<pkg> -- npm run <stage>`.
`postmyscript`). Scripts from dependencies can be run with
`npm explore <pkg> -- npm run <stage>`.

## PREPUBLISH AND PREPARE

Expand Down

0 comments on commit 1b2fabc

Please sign in to comment.