Skip to content

Commit a901936

Browse files
committed
remove postinstall scripts
1 parent c5e5b44 commit a901936

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
},
1616
"scripts": {
1717
"prepare": "npm run build",
18-
"postinstall": "npm run postinstall:build",
19-
"postinstall:build": "if [ ! -f ts-built/index.js ]; then npm run build; fi",
2018
"build": "rollup -c",
2119
"test": "node --experimental-vm-modules node_modules/.bin/jest",
2220
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)