Commit ac35ff8b by g-ouattara

npx everywhere

parent e4eedfba
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
"main": "node_modules/expo/AppEntry.js", "main": "node_modules/expo/AppEntry.js",
"scripts": { "scripts": {
"start": "npx expo start", "start": "npx expo start",
"android": "expo start --android", "android": "npx expo start --android",
"ios": "expo start --ios", "ios": "npx expo start --ios",
"web": "expo start --web", "web": "npx expo start --web",
"format": "biome format --no-errors-on-unmatched --write .", "format": "biome format --no-errors-on-unmatched --write .",
"lint": "biome lint --no-errors-on-unmatched --apply .", "lint": "biome lint --no-errors-on-unmatched --apply .",
"biome-check": "biome check --no-errors-on-unmatched --apply .", "biome-check": "biome check --no-errors-on-unmatched --apply .",
......
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