Skip to content

Commit 5d8ad0d

Browse files
committed
test git hook
1 parent 5f3ba4b commit 5d8ad0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "pnpm -r build",
88
"build:watch": "pnpm -r build:watch",
99
"test": "pnpm -r test",
10-
"test:watch": "pnpm -r test:watch"
10+
"test:watch": "pnpm -r test:watch",
11+
"prepare": "lefthook install"
1112
},
1213
"devDependencies": {
1314
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)