Skip to content

Commit cf8101b

Browse files
committed
wip: husky config
1 parent 42e3226 commit cf8101b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.husky/pre-commit

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"node": ">=22.11"
88
},
99
"scripts": {
10-
"postinstall": "husky install && run install:packages && run install:meteor",
10+
"prepare": "husky",
11+
"postinstall": "run install:packages && run install:meteor",
1112
"install:meteor": "cd meteor && meteor --version && meteor npm install -g yarn && node ../scripts/fix-windows-yarn.js && yarn install",
1213
"install:packages": "cd packages && yarn install",
1314
"start": "yarn install && run install-and-build && run dev",

0 commit comments

Comments
 (0)