Upgrade husky

This commit is contained in:
Dustin Brett 2024-06-04 22:06:59 -07:00
parent c2ec7c0215
commit 0877e6f120
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn lint-staged

View File

@ -25,7 +25,7 @@
"e2e:ui": "playwright test --ui",
"eslint": "eslint .",
"export": "next export",
"prepare": "husky install",
"prepare": "husky",
"prettier": "prettier --write .",
"serve": "serve out",
"stylelint": "stylelint --formatter=verbose **/*.ts*",