Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down