Skip to content

Commit a9117c1

Browse files
authored
[fix] : 스토리북 명령어 수정
1 parent ab53d1e commit a9117c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview",
1111
"storybook": "storybook dev -p 6006",
12-
"build:storybook": "storybook build",
12+
"build-storybook": "storybook build",
1313
"build:icons": "npx @svgr/cli ./src/assets/refactor/icons --out-dir ./src/components/icons --icon --replace-attr-values \"#303030=currentColor\" --no-prettier --ext tsx --typescript"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)