Skip to content

Commit

Permalink
More husky configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Jan 11, 2025
1 parent a78cd0f commit 874d1f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ typings/

# next.js build output
.next

.husky
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"publish-patch-release": "npm run prepare-patch-release && git push origin master && git push --tags",
"test": "jest --coverage",
"update-changelog": "npx ts-node scripts/update-changelog.ts",
"watch": "tsc --project tsconfig.json --watch"
"watch": "tsc --project tsconfig.json --watch",
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -72,5 +73,5 @@
"hooks": {
"pre-commit": "npm run build && npm run prettier && git add . && npm t"
}
},
}
}

0 comments on commit 874d1f7

Please sign in to comment.