Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated script to say postinstall to show intention
PR-URL: #936
Credit: @
Close: #936
Reviewed-by: @darcy Clarke
  • Loading branch information
ajaymathur authored and darcyclarke committed Feb 25, 2020
1 parent 1c27283 commit f6ff417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/using-npm/scripts.md
Expand Up @@ -215,7 +215,7 @@ For example, if your package.json contains this:
```json
{ "scripts" :
{ "install" : "scripts/install.js"
, "postinstall" : "scripts/install.js"
, "postinstall" : "scripts/postinstall.js"
, "uninstall" : "scripts/uninstall.js"
}
}
Expand Down

0 comments on commit f6ff417

Please sign in to comment.