Skip to content

Commit b47ada7

Browse files
Sébastien Puechdarcyclarke
Sébastien Puech
authored andcommitted
fixed typo
Credit: @scarabedore Close: #2161 Reviewed-by: @ruyadorno
1 parent de9891b commit b47ada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/using-npm/scripts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: How npm handles the "scripts" field
66

77
### Description
88

9-
The `"scripts"` property of 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`, `myscript`, `postmyscript`). Scripts from dependencies can be run with `npm explore <pkg> -- npm run <stage>`.
9+
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`, `myscript`, `postmyscript`). Scripts from dependencies can be run with `npm explore <pkg> -- npm run <stage>`.
1010

1111
### Pre & Post Scripts
1212

0 commit comments

Comments
 (0)