Skip to content

Commit

Permalink
Change Storybook static build output directory to build (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k authored Aug 15, 2024
1 parent f25c966 commit 0e54431
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/design-system/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion apps/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"build": "storybook build",
"build": "storybook build --output-dir build",
"dev": "storybook dev -p 6006 --no-open",
"format": "prettier . --check",
"format:fix": "prettier . --write",
Expand Down
3 changes: 3 additions & 0 deletions apps/design-system/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"outputDirectory": "build"
}

0 comments on commit 0e54431

Please sign in to comment.