Skip to content

Commit 0a1344f

Browse files
committed
chore(deps-dev): Update to husky v9
1 parent 76ddf9a commit 0a1344f

File tree

4 files changed

+186
-11
lines changed

4 files changed

+186
-11
lines changed

Diff for: .husky/commit-msg

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no -- commitlint --edit $1

Diff for: .husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx lint-staged

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"fix-install": "bash scripts/pre-install.sh && pnpm i",
15-
"postinstall": "husky install && pnpm run -r prepare-monorepo",
15+
"postinstall": "husky && pnpm run -r prepare-monorepo",
1616
"new-pkg": "bash scripts/new-package.sh",
1717
"build": "turbo run build --filter='!./ecomplus-stores/**'",
1818
"build:apps": "turbo run build --filter='./packages/{apps/**,modules}'",
@@ -42,7 +42,7 @@
4242
"@types/node": "^18.19.10",
4343
"dotenv": "^16.4.1",
4444
"eslint": "^8.56.0",
45-
"husky": "^8.0.3",
45+
"husky": "^9.0.7",
4646
"lint-staged": "^15.2.0",
4747
"standard-version": "^9.5.0",
4848
"ts-node": "^10.9.2",

Diff for: pnpm-lock.yaml

+184-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)