Skip to content

Commit 3846dab

Browse files
authored
Remove unneeded preinstall script
node-pre-gyp is a dependency, so it will be installed anyway
1 parent bd9fcc7 commit 3846dab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"host": "https://snowboy-release-node.s3-us-west-2.amazonaws.com"
1313
},
1414
"scripts": {
15-
"preinstall": "npm install node-pre-gyp",
1615
"install": "node-pre-gyp install --fallback-to-build",
1716
"test": "node index.js",
1817
"prepublish": "tsc --listFiles"

0 commit comments

Comments
 (0)