Skip to content

Commit 15d014b

Browse files
Copilotllastflowers
andcommitted
Fix storybook build: remove invalid positional argument public/static
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
1 parent 290b0d6 commit 15d014b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/script/build-storybook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
fi
99

1010
# Build storybook inside docs
11-
npx storybook build -o public/storybook public/static
11+
npx storybook build -o public/storybook
1212

1313
# Remove manager-head after build to not interfere with dev builds
1414
rm .storybook/manager-head.html

0 commit comments

Comments
 (0)