Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added depreciation note in npm-scripts.md
  • Loading branch information
mkotsollaris authored Oct 16, 2019
commit 38d75985b79ad1e6fe284bad32b816cbb025decd
2 changes: 1 addition & 1 deletion doc/misc/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ npm-scripts(7) -- How npm handles the "scripts" field
npm supports the "scripts" property of the package.json file, for the
following scripts:

* prepublish:
* prepublish (_as of npm@5, `prepublish` is deprecated. Use `prepare` for build steps and `prepublishOnly` for upload-only._):
Run BEFORE the package is packed and published, as well as on local `npm
install` without any arguments. (See below)
* prepare:
Expand Down