Skip to content

Commit

Permalink
chore: Fix Husky on Windows
Browse files Browse the repository at this point in the history
Fix #1445
  • Loading branch information
ddeboer committed Oct 28, 2024
1 parent 06118f5 commit 40f9033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no -- commitlint --edit $1
npm run commitlint
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"compile": "npm run compile --workspaces",
"check": "gts check",
"fix": "gts fix",
"commitlint": "commitlint --edit $1",
"test": "NODE_OPTIONS=--experimental-vm-modules jest ${1}",
"posttest": "jest-coverage-thresholds-bumper --silent",
"release": "npx multi-semantic-release",
Expand Down

0 comments on commit 40f9033

Please sign in to comment.