Skip to content

Commit

Permalink
Fix ci (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
branko-stripe authored Nov 5, 2024
1 parent 67f99ea commit 430cc60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@
"engines": {
"node": ">=20"
},
"lint-staged": {
"*": "bun lint:fix && bun run format"
},
"*": [
"bun lint:fix",
"bun run format"
],
"simple-git-hooks": {
"pre-commit": "bun run lint-staged",
"commit-msg": "bun run commitlint --edit $1"
Expand Down

0 comments on commit 430cc60

Please sign in to comment.