Skip to content

Commit 8806015

Browse files
committed
fix: markdown error on using-npm/scripts docs
1 parent 323aece commit 8806015

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/using-npm/scripts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: How npm handles the "scripts" field
88

99
The `"scripts"` property of your `package.json` file supports a number
1010
of built-in scripts and their preset life cycle events as well as
11-
arbitrary scripts. These all can be executed by running `npm run-script
12-
<stage>` or `npm run <stage>` for short. *Pre* and *post* commands with
13-
matching names will be run for those as well (e.g. `premyscript`,
11+
arbitrary scripts. These all can be executed by running
12+
`npm run-script <stage>` or `npm run <stage>` for short. *Pre* and *post*
13+
commands with matching names will be run for those as well (e.g. `premyscript`,
1414
`myscript`, `postmyscript`). Scripts from dependencies can be run with
1515
`npm explore <pkg> -- npm run <stage>`.
1616

0 commit comments

Comments
 (0)