Skip to content

Commit f6ff417

Browse files
ajaymathurdarcyclarke
authored andcommitted
updated script to say postinstall to show intention
PR-URL: #936 Credit: @ Close: #936 Reviewed-by: @darcy Clarke
1 parent 1c27283 commit f6ff417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/using-npm/scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ For example, if your package.json contains this:
215215
```json
216216
{ "scripts" :
217217
{ "install" : "scripts/install.js"
218-
, "postinstall" : "scripts/install.js"
218+
, "postinstall" : "scripts/postinstall.js"
219219
, "uninstall" : "scripts/uninstall.js"
220220
}
221221
}

0 commit comments

Comments
 (0)