Skip to content

Commit bdb562e

Browse files
committed
Remove postinstall script
1 parent e3c8c50 commit bdb562e

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
@@ -39,7 +39,6 @@
3939
"watch": "tsc -b -w ./src/tsconfig.json",
4040
"lint": "eslint -c .eslintrc.js --ext .ts src/",
4141
"install": "node-gyp-build",
42-
"postinstall": "node scripts/post-install.js",
4342
"test": "cross-env NODE_ENV=test mocha -R spec --exit lib/*.test.js",
4443
"posttest": "npm run lint",
4544
"prepare": "npm run build",

0 commit comments

Comments
 (0)