mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Upgrade husky
This commit is contained in:
parent
c2ec7c0215
commit
0877e6f120
|
|
@ -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*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user