Skip to content

Commit

Permalink
chore: script 명령어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed May 14, 2024
1 parent d703fd4 commit 2b620cd
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 @@ -12,13 +12,13 @@
"homepage": "https://github.com/rapiders/react-hooks",
"scripts": {
"test": "jest",
"prepare": "npm run build",
"prepublish": "npm run build",
"build": "sh build.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint ./src/**/*.{ts,tsx}",
"format": "prettier --cache --write .",
"postinstall": "husky install"
"prepare": "husky install"
},
"keywords": [
"react",
Expand Down

0 comments on commit 2b620cd

Please sign in to comment.