mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
fix: codelab build (#927)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"lint:types": "tsc",
|
||||
"postinstall": "npm run build",
|
||||
"publish": "lerna publish --message 'chore: release new versions'",
|
||||
"site:build": "npm run vuepress:build && lerna run site:build && lerna run storybook:build --scope @open-wc/demoing-storybook --stream",
|
||||
"site:build": "lerna run site:build && lerna run storybook:build --scope @open-wc/demoing-storybook --stream && npm run vuepress:build",
|
||||
"site:start": "npm run vuepress:start",
|
||||
"test": "yarn test:browser && yarn test:node",
|
||||
"test:browser": "karma start --coverage",
|
||||
|
||||
Reference in New Issue
Block a user