Skip to content

Commit 6dd3104

Browse files
committed
Re-add missing preinstall script
1 parent 3e02635 commit 6dd3104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"lint:all": "eslint lib devserver && yarn lint:modules",
3131
"lint:inspect": "yarn dlx eslint --inspect-config",
3232
"lint:modules": "yarn workspaces foreach -j 5 -pW --from \"./src/{bundles,tabs}\" run lint",
33+
"preinstall": "yarn build:libs",
3334
"prepare": "husky",
3435
"serve": "http-server --cors=* -c-1 -p 8022 ./build",
3536
"template": "buildtools template",

0 commit comments

Comments
 (0)