Skip to content

Commit

Permalink
[Bug/BAR-84] 도커 환경에서 husky 설치 방지 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring authored Dec 31, 2023
1 parent e1c4eb9 commit 12dfa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"postinstall": "husky install",
"prepare": "if [ -z \"$PNPM_HOME\" ]; then husky install ; fi",
"postinstall": "if [ -z \"$PNPM_HOME\" ]; then husky install ; fi",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"template": "plop"
Expand Down

0 comments on commit 12dfa2a

Please sign in to comment.