Skip to content

Commit

Permalink
Update husky script (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Oct 15, 2024
1 parent 29b01ac commit c131a70
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 @@ -15,7 +15,7 @@
"test": "env-cmd cypress run --headless",
"typecheck": "tsc --noEmit --incremental false",
"prepush": "pnpm lint && pnpm typecheck && pnpm validate-resources",
"prepare": "husky install",
"prepare": "husky",
"release": "env-cmd release-it --no-npm --only-version"
},
"repository": {
Expand Down

0 comments on commit c131a70

Please sign in to comment.