fix: codelab build (#927)

This commit is contained in:
Lars den Bakker
2019-10-31 22:01:24 +01:00
committed by GitHub
parent 534eb084f5
commit a9f65c0a63

View File

@@ -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",