From ac35ff8b9d8bc13cb51abe25931e74a42c42870c Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Tue, 23 Apr 2024 16:20:25 +0000 Subject: [PATCH] npx everywhere --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .", -- libgit2 0.27.1