Skip to content

Commit 88bbb5d

Browse files
author
Apoorva P
committed
remove post install script
1 parent 56737a8 commit 88bbb5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"lint": "eslint .",
99
"postpublish": "git push origin master --tags",
1010
"test": "ava",
11-
"integration-test": "node __tests__/_integration.js",
12-
"postinstall": "cd node_modules/[PACKAGE_NAME] && npm install && npm run build"
11+
"integration-test": "node __tests__/_integration.js"
1312
},
1413
"repository": {
1514
"type": "git",

0 commit comments

Comments
 (0)