Skip to content

Commit

Permalink
fix: modify build:storybook script to prevent copying public files in…
Browse files Browse the repository at this point in the history
…to subdirectory issue
  • Loading branch information
robb91-dev committed Dec 20, 2024
1 parent b418014 commit e6c9986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:pa11y": "node scripts/cli/index.mjs pa11y",
"clean:next": "rimraf .next",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build -o public/stories"
"build:storybook": "storybook build -o .storybook/temp-dist && rm -rf public/stories && mv .storybook/temp-dist public/stories"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.18.1",
Expand Down

0 comments on commit e6c9986

Please sign in to comment.