Skip to content

Commit 2fa413e

Browse files
authored
chore: update deps (#4895)
1 parent ef17734 commit 2fa413e

File tree

6 files changed

+17
-2231
lines changed

6 files changed

+17
-2231
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ __pycache__
1212
!.cache/plugin/
1313
!.cache/plugin/git-committers/
1414
!.cache/plugin/git-committers/page-authors.json
15+
16+
# pnpm
17+
pnpm-lock.yaml
18+
.pnpm-store/
19+
.pnpm-debug.log

.husky/_/husky.sh

Whitespace-only changes.

.husky/commit-msg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#!/bin/sh
2-
3-
npx --no -- commitlint --edit $1
1+
#!/usr/bin/env sh
2+
pnpm exec commitlint --edit $1

.husky/pre-commit

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#!/bin/sh
2-
3-
npx lint-staged --allow-empty $1
1+
#!/usr/bin/env sh
2+
pnpm exec lint-staged --allow-empty $1

0 commit comments

Comments
 (0)