We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e5b44 commit a901936Copy full SHA for a901936
package.json
@@ -15,8 +15,6 @@
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",
20
"build": "rollup -c",
21
"test": "node --experimental-vm-modules node_modules/.bin/jest",
22
"lint": "eslint . --ext .ts",
0 commit comments