update git pre hooks

This commit is contained in:
DefectingCat
2023-08-15 11:25:56 +08:00
parent fd42e32f5d
commit d4da01515b
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
"test": "jest --watch",
"test-ci": "jest --ci --coverage",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md,mdx,css}\" --ignore-unknown",
"pretty-check": "prettier \"./**/*.{js,jsx,ts,tsx,json,md,mdx,css}\" --ignore-unknown --check",
"prepare": "husky install"
},
"dependencies": {