There was an error while loading. Please reload this page.
1 parent 43cdab3 commit 66e52edCopy full SHA for 66e52ed
1 file changed
package.json
@@ -14,9 +14,7 @@
14
"access": "public"
15
},
16
"scripts": {
17
- "prepare": "npm run build",
18
- "postinstall": "npm run postinstall:build",
19
- "postinstall:build": "if [ ! -f ts-built/index.js ]; then npm run build; fi",
+ "prepack": "npm run build",
20
"build": "rollup -c",
21
"test": "NODE_OPTIONS=--experimental-vm-modules jest ./lib/* ./tests/*",
22
"lint": "eslint . --ext .ts",
0 commit comments