Skip to content

Commit

Permalink
Initialize husky
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jan 28, 2025
1 parent c26c803 commit 9acb0ce
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 @@ -34,7 +34,7 @@
"clean": "rimraf ./build && rimraf ./reports",
"coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"format": "prettier --write --ignore-unknown **/*",
"prepare": "husky install",
"prepare": "husky",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --silent",
"testw": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch --silent",
"lint": "npm run prettier && npm run prettier-check && npm run eslint && npm run clean",
Expand Down

0 comments on commit 9acb0ce

Please sign in to comment.