Skip to content

Commit

Permalink
wip: husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 21, 2025
1 parent 42e3226 commit cf8101b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"node": ">=22.11"
},
"scripts": {
"postinstall": "husky install && run install:packages && run install:meteor",
"prepare": "husky",
"postinstall": "run install:packages && run install:meteor",
"install:meteor": "cd meteor && meteor --version && meteor npm install -g yarn && node ../scripts/fix-windows-yarn.js && yarn install",
"install:packages": "cd packages && yarn install",
"start": "yarn install && run install-and-build && run dev",
Expand Down

0 comments on commit cf8101b

Please sign in to comment.