Skip to content

Commit b020569

Browse files
committed
update package script
1 parent 2fa7553 commit b020569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"worker-loader": "^0.7.1"
9191
},
9292
"scripts": {
93-
"prepublish": "npm run buildweb",
93+
"postinstall": "npm run buildweb",
9494
"test": "npx jest",
9595
"lint": "eslint .",
9696
"testserver": "node test/server/startServer.js",

0 commit comments

Comments
 (0)