We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5d8b3 commit 72b3a53Copy full SHA for 72b3a53
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"gypfile": true,
29
"scripts": {
30
"coverage": "nyc npm run test",
31
- "install": "node scripts/install.js",
+ "prepare": "node scripts/install.js",
32
"postinstall": "node scripts/build.js",
33
"lint": "eslint bin/node-sass lib scripts test",
34
"test": "mocha test/{*,**/**}.js",
0 commit comments