mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Upgrade husky
This commit is contained in:
@@ -1,4 +1 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
yarn lint-staged
|
||||
|
||||
@@ -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*",
|
||||
|
||||
Reference in New Issue
Block a user