mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:30:45 +00:00
add husky pre commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
npx lint-staged
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"tunnel": "npm run build-prod && npm run start:server",
|
||||
"test": "jest",
|
||||
"format": "prettier --write .",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx,css,md}": [
|
||||
|
||||
Reference in New Issue
Block a user