Skip to content

Commit 4558908

Browse files
committed
Update hooks for pre-push and pre-commit
1 parent 665c932 commit 4558908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/pre-push

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

4-
npm ci && npm run build
4+
npm ci
5+
npm run build

0 commit comments

Comments
 (0)