Skip to content

Commit 72b3a53

Browse files
committed
use prepare instead of install
1 parent fb5d8b3 commit 72b3a53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"gypfile": true,
2929
"scripts": {
3030
"coverage": "nyc npm run test",
31-
"install": "node scripts/install.js",
31+
"prepare": "node scripts/install.js",
3232
"postinstall": "node scripts/build.js",
3333
"lint": "eslint bin/node-sass lib scripts test",
3434
"test": "mocha test/{*,**/**}.js",

0 commit comments

Comments
 (0)