Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix: proper call to husky
Browse files Browse the repository at this point in the history
  • Loading branch information
haxxmaxx committed Feb 5, 2024
1 parent 70cccba commit b36bf50
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 @@ -29,7 +29,7 @@
"format": "prettier --write '**'",
"format:check": "prettier --check '**'",
"lint": "./tools/generate-all-locale.js && eslint src",
"prepare": "husky install",
"prepare": "husky",
"spec": "sy from-jsdoc -c ./spec-configs/props.conf.js",
"start": "nebula serve --type mekkochart",
"test:unit": "jest",
Expand Down

0 comments on commit b36bf50

Please sign in to comment.