Skip to content

Commit

Permalink
fix: update husky commands for v9
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimen committed Dec 13, 2024
1 parent 986805b commit c145cd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "CLI for repeatable tasks in CALS",
"scripts": {
"prepare": "node scripts/create-definition-schema.js && husky install",
"prepare": "node scripts/create-definition-schema.js && husky",
"build": "rollup -c",
"test": "jest --coverage src",
"test:watch": "jest --watch src",
Expand Down

0 comments on commit c145cd8

Please sign in to comment.