Skip to content

Commit

Permalink
fix(chromatic): reintroduce build-storybook script (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Jan 4, 2024
1 parent 899fb1e commit 01abaf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"watch:styles": "yarn workspace @ithaka/pharos build:styles:watch",
"build:core": "yarn workspace @ithaka/pharos build",

"storybook:build": "yarn storybook:setup && yarn storybook:react:build && yarn storybook:wc:build && yarn storybook:main:build",
"storybook:build": "yarn storybook:setup && concurrently \"yarn storybook:wc:build\" \"yarn storybook:react:build\" \"yarn storybook:main:build\" --prefix=\"{command}\" --prefix-length=30",
"storybook:setup": "yarn build:core",

"prestorybook:wc": "yarn storybook:setup",
Expand All @@ -40,6 +40,8 @@
"storybook:main:dev": "storybook dev -c .storybook/main -p 9002",
"storybook:main:build": "storybook build -c .storybook/main -o .storybook-static/main",

"build-storybook": "yarn storybook:build",

"presite:build": "yarn build:core",
"site:build": "yarn workspace @ithaka/pharos-site build",
"presite:develop": "yarn build:core",
Expand Down

0 comments on commit 01abaf6

Please sign in to comment.