Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit f48278d

Browse files
fix: lock file maintenance (#102)
* chore: lock file maintenance * fix: update config files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <actions@github.com>
1 parent 853807f commit f48278d

File tree

3 files changed

+1125
-1181
lines changed

3 files changed

+1125
-1181
lines changed

.husky/commit-msg

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

44
npx commitlint --edit "$1"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"scripts": {
3434
"checkUnknownFiles": "base checkUnknownFiles",
3535
"commit": "base commit",
36+
"depcheck": "base depcheck",
3637
"dev": "base dev",
3738
"lint": "base lint",
3839
"prepare": "base prepare",

0 commit comments

Comments
 (0)