Skip to content

Commit

Permalink
no log: Fix husky installation (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki authored May 8, 2024
1 parent d686ab7 commit 397310e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"format": "prettier -w .",
"prepare": "cd .. && husky install frontend/.husky"
"prepare": "cd .. && husky frontend/.husky"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 397310e

Please sign in to comment.