chore(deps): migrate to Husky v9
This commit is contained in:
@@ -1,3 +1 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
npx lint-staged
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"predev": "rm -rf .next",
|
||||
"dev": "next dev",
|
||||
"lint": "next lint && tsc",
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"start": "node .next/standalone/server.js",
|
||||
"test:component": "cypress open --component",
|
||||
"test:component:headless": "cypress run --component",
|
||||
|
||||
Reference in New Issue
Block a user