Skip to content

Commit

Permalink
add husky
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Aug 20, 2023
1 parent dc66960 commit 18dd843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test": "turbo run test",
"test-cov": "turbo run test-cov",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,json,yml,md}\""
"format": "prettier --write \"**/*.{ts,tsx,js,json,yml,md}\"",
"prepare": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit 18dd843

Please sign in to comment.