Skip to content

Commit aeb10d2

Browse files
irajtaghlidiisaacs
authored andcommitted
Fix post-install script name
PR-URL: #2024 Credit: @irajtaghlidi Close: #2024 Reviewed-by: @isaacs
1 parent 39ad1ad commit aeb10d2

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
@@ -224,7 +224,7 @@ For example, if your package.json contains this:
224224
{
225225
"scripts" : {
226226
"install" : "scripts/install.js",
227-
"postinstall" : "scripts/install.js",
227+
"postinstall" : "scripts/postinstall.js",
228228
"uninstall" : "scripts/uninstall.js"
229229
}
230230
}

0 commit comments

Comments
 (0)