Skip to content

Commit db7bdcc

Browse files
authored
chore: drop npx invocation because Husky 9.1.1 runs hooks without it (#4757)
1 parent d7303e8 commit db7bdcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
lint-staged

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
npx vitest --run \
1+
vitest --run \
22
--exclude tests/unit/layer-publisher.test.ts \
33
--coverage --coverage.thresholds.100 \
44
tests/unit

0 commit comments

Comments
 (0)