mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
build: Update husky to v9 (#10102)
* refactor(dev-deps): migrate to husky v9 Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> * revert: only core committers in package.json * chore: remove hashbang 🎉 * chore: remove install from prepare script ✨ * chore: upgrade to latest minor --------- Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Co-authored-by: almeidx <github@almeidx.dev> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"fmt:affected": "turbo run format --filter='...[origin/main]' --concurrency=4",
|
||||
"docs": "turbo run docs --concurrency=4",
|
||||
"docs:affected": "turbo run docs --filter='...[origin/main]' --concurrency=4",
|
||||
"prepare": "is-ci || husky install",
|
||||
"prepare": "is-ci || husky",
|
||||
"update": "pnpm --recursive update --interactive",
|
||||
"update:latest": "pnpm --recursive update --interactive --latest",
|
||||
"create-package": "turbo gen create-package --args"
|
||||
@@ -59,7 +59,7 @@
|
||||
"conventional-changelog-cli": "^4.1.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-neon": "^0.1.57",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^9.0.10",
|
||||
"is-ci": "^3.0.1",
|
||||
"lint-staged": "^15.2.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
||||
Reference in New Issue
Block a user