Add dynamic builkd for rome/imex
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"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",
|
||||
"start:imex": "npm run setup:imex && npm start",
|
||||
"start:rome": "npm run setup: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