Skip to content

Commit

Permalink
fix(storybook): build script 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Apr 25, 2024
1 parent c350543 commit a15ae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build": "storybook build"
},
"devDependencies": {
"@sickgyun/eslint-config": "workspace:*",
Expand Down

0 comments on commit a15ae91

Please sign in to comment.