Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 0d70fcb

Browse files
author
Callin Mullaney
committed
Merge branch 'main' of github.com:emulsify-ds/compound
* 'main' of github.com:emulsify-ds/compound: fix: storybook command fails during github action checks due to no dist folder fix: storybook command fails during github action checks due to no dist folder
2 parents 589cdaa + a4bfb7b commit 0d70fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prettier-fix": "prettier --config config/emulsify-core/prettierrc.config.json --ignore-path config/emulsify-core/.prettierignore --write --ignore-unknown \"./components**/*.{js,yml,scss,md}\"",
3838
"semantic-release": "semantic-release",
3939
"storybook": "storybook dev -c node_modules/@emulsify/core/.storybook --ci -s ../../../../dist,../../../../assets/images,../../../../assets/icons -p 6006",
40-
"storybook-build": "storybook build -c node_modules/@emulsify/core/.storybook -s ./dist,./assets/images,./assets/icons -o .out",
40+
"storybook-build": "npm run build && storybook build -c node_modules/@emulsify/core/.storybook -s ./dist,./assets/images,./assets/icons -o .out",
4141
"storybook-deploy": "storybook-to-ghpages -o .out",
4242
"test": "jest --coverage --config ./config/jest.config.js",
4343
"twatch": "jest --no-coverage --watch --verbose",

0 commit comments

Comments
 (0)