We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa7553 commit b020569Copy full SHA for b020569
package.json
@@ -90,7 +90,7 @@
90
"worker-loader": "^0.7.1"
91
},
92
"scripts": {
93
- "prepublish": "npm run buildweb",
+ "postinstall": "npm run buildweb",
94
"test": "npx jest",
95
"lint": "eslint .",
96
"testserver": "node test/server/startServer.js",
0 commit comments