Skip to content

Commit 2b4e1c6

Browse files
authored
Merge pull request #29440 from staszekscp/migrate-from-variant-to-mode
[NoQA] Change variant to mode in run-android command in package.json
2 parents 5ae9c3e + 5019744 commit 2b4e1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"startAndroidEmulator": "scripts/start-android.sh",
1313
"postinstall": "scripts/postInstall.sh",
1414
"clean": "npx react-native clean-project-auto",
15-
"android": "scripts/set-pusher-suffix.sh && npx react-native run-android --variant=developmentDebug --appId=com.expensify.chat.dev",
15+
"android": "scripts/set-pusher-suffix.sh && npx react-native run-android --mode=developmentDebug --appId=com.expensify.chat.dev",
1616
"ios": "scripts/set-pusher-suffix.sh && npx react-native run-ios --list-devices --configuration=\"DebugDevelopment\" --scheme=\"New Expensify Dev\"",
1717
"pod-install": "cd ios && bundle exec pod install",
1818
"ipad": "concurrently \"npx react-native run-ios --simulator=\\\"iPad Pro (12.9-inch) (6th generation)\\\" --configuration=\\\"DebugDevelopment\\\" --scheme=\\\"New Expensify Dev\\\"\"",

0 commit comments

Comments
 (0)