Skip to content

Commit

Permalink
fix: markdown error on using-npm/scripts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Mar 4, 2021
1 parent 323aece commit 8806015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/using-npm/scripts.md
Expand Up @@ -8,9 +8,9 @@ description: How npm handles the "scripts" field

The `"scripts"` property of your `package.json` file supports a number
of built-in scripts and their preset life cycle events as well as
arbitrary scripts. These all can be executed by running `npm run-script
<stage>` or `npm run <stage>` for short. *Pre* and *post* commands with
matching names will be run for those as well (e.g. `premyscript`,
arbitrary scripts. These all can be executed by running
`npm run-script <stage>` or `npm run <stage>` for short. *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>`.

Expand Down

0 comments on commit 8806015

Please sign in to comment.