chore(deps): migrate to Husky v9

This commit is contained in:
Michael Zetterberg
2024-04-16 11:11:26 +02:00
parent bc381ea65f
commit abe4b67c3a
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged

View File

@@ -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",