Skip to content

Commit f6c3ac8

Browse files
committed
chore: update git hooks version
1 parent 228dae6 commit f6c3ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"git-hooks": {
110110
"pre-commit": {
111111
"staged-lint": {
112-
"*.{js,ts,json,yaml,yml,md}": "bun lint:staged"
112+
"*.{js,ts,yaml,yml,md}": "bun lint:staged"
113113
}
114114
},
115115
"commit-msg": "bunx gitlint .git/COMMIT_EDITMSG"

scripts/auto-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const execAsync = promisify(exec)
1919
* 5. Maximum run frequency limits
2020
*/
2121

22-
const LOCK_FILE = '/tmp/stx-auto-version.lock'
22+
const LOCK_FILE = '/tmp/stx-auto-version.lock'
2323

2424
interface AutoVersionResult {
2525
success: boolean

0 commit comments

Comments
 (0)