Skip to content

Commit 758f28c

Browse files
author
Nick DeJesus
committed
update husky script
1 parent 83bd6f4 commit 758f28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm test
4+
pnpm bundle
5+
pnpm test
56
./node_modules/.bin/lint-staged

0 commit comments

Comments
 (0)