Skip to content

Commit

Permalink
config: 스토리북 배포 자동화 스크립트 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Jul 18, 2024
1 parent 8cf1e7c commit ba9a86d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "webpack --mode=development --progress",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"stylelint": "stylelint '**/*.style.ts' --fix"
"stylelint": "stylelint '**/*.style.ts' --fix",
"chromatic": "npx chromatic --project-token=chpt_8356e0761461580"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,6 +53,7 @@
"@types/react-icons": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"chromatic": "^11.5.5",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit ba9a86d

Please sign in to comment.