diff --git a/package.json b/package.json index 66d59779..0f3ab11b 100644 --- a/package.json +++ b/package.json @@ -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",