Skip to content

Commit

Permalink
Remove unneeded preinstall script
Browse files Browse the repository at this point in the history
node-pre-gyp is a dependency, so it will be installed anyway
  • Loading branch information
gcampax authored Mar 31, 2018
1 parent bd9fcc7 commit 3846dab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"host": "https://snowboy-release-node.s3-us-west-2.amazonaws.com"
},
"scripts": {
"preinstall": "npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"test": "node index.js",
"prepublish": "tsc --listFiles"
Expand Down

0 comments on commit 3846dab

Please sign in to comment.