We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e3226 commit cf8101bCopy full SHA for cf8101b
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
lint-staged
package.json
@@ -7,7 +7,8 @@
7
"node": ">=22.11"
8
},
9
"scripts": {
10
- "postinstall": "husky install && run install:packages && run install:meteor",
+ "prepare": "husky",
11
+ "postinstall": "run install:packages && run install:meteor",
12
"install:meteor": "cd meteor && meteor --version && meteor npm install -g yarn && node ../scripts/fix-windows-yarn.js && yarn install",
13
"install:packages": "cd packages && yarn install",
14
"start": "yarn install && run install-and-build && run dev",
0 commit comments