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 3e02635 commit 6dd3104Copy full SHA for 6dd3104
package.json
@@ -30,6 +30,7 @@
30
"lint:all": "eslint lib devserver && yarn lint:modules",
31
"lint:inspect": "yarn dlx eslint --inspect-config",
32
"lint:modules": "yarn workspaces foreach -j 5 -pW --from \"./src/{bundles,tabs}\" run lint",
33
+ "preinstall": "yarn build:libs",
34
"prepare": "husky",
35
"serve": "http-server --cors=* -c-1 -p 8022 ./build",
36
"template": "buildtools template",
0 commit comments