diff --git a/package.json b/package.json index 6308ee32b8b8..42b11049f83e 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ "private": true, "scripts": { "postinstall": "scripts/react-native-web.sh && cd desktop && npm install", - "clean": "react-native clean-project-auto", - "android": "npm run check-metro-bundler-port && scripts/set-pusher-suffix.sh && react-native run-android", - "ios": "npm run check-metro-bundler-port && scripts/set-pusher-suffix.sh && react-native run-ios", - "ipad": "npm run check-metro-bundler-port && react-native run-ios --simulator=\"iPad Pro (12.9-inch) (4th generation)\"", - "ipad-sm": "npm run check-metro-bundler-port && react-native run-ios --simulator=\"iPad Pro (9.7-inch)\"", - "start": "react-native start", + "clean": "npx react-native clean-project-auto", + "android": "npm run check-metro-bundler-port && scripts/set-pusher-suffix.sh && npx react-native run-android", + "ios": "npm run check-metro-bundler-port && scripts/set-pusher-suffix.sh && npx react-native run-ios", + "ipad": "npm run check-metro-bundler-port && npx react-native run-ios --simulator=\"iPad Pro (12.9-inch) (4th generation)\"", + "ipad-sm": "npm run check-metro-bundler-port && npx react-native run-ios --simulator=\"iPad Pro (9.7-inch)\"", + "start": "npx react-native start", "web": "scripts/set-pusher-suffix.sh && concurrently npm:web-proxy npm:web-server", "web-proxy": "node web/proxy.js", "web-server": "webpack-dev-server --open --config config/webpack/webpack.dev.js",