Skip to content

Commit ad7240b

Browse files
committed
Build storybooks correctly
1 parent 3f789c5 commit ad7240b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/storybook-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Playwright
2020
run: npx playwright install --with-deps
2121
- name: Build Storybook
22-
run: npm run build:storybook --quiet
22+
run: npm run build:storybook:visual-testing --quiet
2323
- name: Serve Storybook and run tests
2424
run: |
2525
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \

.storybook/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
? ['@whitespace/storybook-addon-html']
1212
: [])
1313
],
14-
taticDirs: ['../docs/public/storybook'],
1514
babel: options => {
1615
options.plugins.push(['open-source', {editor: process.env.NODE_ENV === 'production' ? 'github' : 'vscode'}])
1716
return options

0 commit comments

Comments
 (0)