Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 321eb18

Browse files
committed
Bump dev deps and update husky settings
1 parent 4c634b0 commit 321eb18

File tree

3 files changed

+748
-1046
lines changed

3 files changed

+748
-1046
lines changed

.husky/pre-commit

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
2+
[ -n "$CI" ] && exit 0
3+
4+
. "$(dirname -- "$0")/_/husky.sh"
35

46
npx lint-staged

0 commit comments

Comments
 (0)