Skip to content

Commit

Permalink
fix: change husky prepare command (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksawerykasp authored Jun 2, 2024
1 parent 62f1945 commit 76dbda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky install",
"prepare": "husky",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
},
"husky": {
Expand Down

0 comments on commit 76dbda1

Please sign in to comment.