diff --git a/package.json b/package.json index 434669c..808118e 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "npx expo start", - "android": "expo start --android", - "ios": "expo start --ios", - "web": "expo start --web", + "android": "npx expo start --android", + "ios": "npx expo start --ios", + "web": "npx expo start --web", "format": "biome format --no-errors-on-unmatched --write .", "lint": "biome lint --no-errors-on-unmatched --apply .", "biome-check": "biome check --no-errors-on-unmatched --apply .",