Initial consolidatio of rome and imex versions.
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
"version": "1.0.0",
|
||||
"main": "expo-router/entry",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"start": "expo start --clear",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"eject": "expo eject",
|
||||
"setup:imex": "cp configs/imex/google-services.json ./google-services.json && cp configs/imex/GoogleService-Info.plist ./GoogleService-Info.plist",
|
||||
"setup:rome": "cp configs/rome/google-services.json ./google-services.json && cp configs/rome/GoogleService-Info.plist ./GoogleService-Info.plist",
|
||||
"start:imex": "npm run setup:imex && APP_VARIANT=IMEX npm start",
|
||||
"start:rome": "npm run setup:rome && APP_VARIANT=ROME npm start",
|
||||
"release:test": "expo publish --release-channel test",
|
||||
"release:production": "expo publish --release-channel production",
|
||||
"build:production": "eas build --profile production",
|
||||
|
||||
Reference in New Issue
Block a user