Skip to content

Commit

Permalink
Fix post-install script name
Browse files Browse the repository at this point in the history
PR-URL: #2024
Credit: @irajtaghlidi
Close: #2024
Reviewed-by: @isaacs
  • Loading branch information
irajtaghlidi authored and isaacs committed Oct 23, 2020
1 parent 39ad1ad commit aeb10d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/using-npm/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ For example, if your package.json contains this:
{
"scripts" : {
"install" : "scripts/install.js",
"postinstall" : "scripts/install.js",
"postinstall" : "scripts/postinstall.js",
"uninstall" : "scripts/uninstall.js"
}
}
Expand Down

0 comments on commit aeb10d2

Please sign in to comment.