Commit ccf72c82 by g-ouattara

check is reversed by yarn. renamed check to biome-check

parent 3faa4f17
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"web": "expo start --web", "web": "expo start --web",
"format": "biome format --write .", "format": "biome format --write .",
"lint": "biome lint --apply .", "lint": "biome lint --apply .",
"check": "biome check --apply ." "biome-check": "biome check --apply ."
}, },
"dependencies": { "dependencies": {
"expo": "~50.0.14", "expo": "~50.0.14",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment