Skip to content

Commit

Permalink
feat(projen): Upgrade Husky hooks
Browse files Browse the repository at this point in the history
Upgrade Husky hooks, following #812.

See: https://github.com/typicode/husky/releases/tag/v9.1.0.
  • Loading branch information
langri-sha committed Jul 18, 2024
1 parent 5267851 commit 393a486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
pnpm -q lint-staged
lint-staged
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const project = new Project({
ignorePatterns: ['**/renovate.d.ts', '**/swcrc.d.ts'],
},
husky: {
'pre-commit': 'pnpm -q lint-staged',
'pre-commit': 'lint-staged',
},
lintStaged: {},
lintSynthesized: {},
Expand Down

0 comments on commit 393a486

Please sign in to comment.