prepare command that run husky
Showing
... | ... | @@ -9,7 +9,8 @@ |
"web": "expo start --web", | ||
"format": "biome format --write .", | ||
"lint": "biome lint --apply .", | ||
"biome-check": "biome check --apply ." | ||
"biome-check": "biome check --apply .", | ||
"prepare": "husky" | ||
}, | ||
"dependencies": { | ||
"expo": "~50.0.14", | ||
... | ... |
Please
register
or
sign in
to comment