Skip to content

Commit 4055b29

Browse files
chore: update package lock, fix husky scripts
1 parent cab7471 commit 4055b29

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

Diff for: .husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no commitlint --edit $1
4+
npx --no-install commitlint --edit $1

Diff for: .husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no lint-staged
4+
npx --no-install lint-staged

Diff for: package-lock.json

+6-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)