Skip to content

Commit

Permalink
fix: 스토리북 자동 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
WaiNaat authored Oct 5, 2023
1 parent 116acd5 commit b725aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "tsc && vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"predeploy": "npm run storybook && touch storybook-static/.nojekyll",
"predeploy": "npm run build-storybook && touch storybook-static/.nojekyll",
"deploy": "gh-pages -d storybook-static -t true"
},
"dependencies": {
Expand Down

0 comments on commit b725aa8

Please sign in to comment.