mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
package.json update
This commit is contained in:
16
package.json
16
package.json
@ -6,10 +6,22 @@
|
|||||||
"start": "expo start",
|
"start": "expo start",
|
||||||
"reset-project": "node ./scripts/reset-project.js",
|
"reset-project": "node ./scripts/reset-project.js",
|
||||||
"android": "expo run:android",
|
"android": "expo run:android",
|
||||||
"ios": "expo run:ios",
|
"ios": "TAMAGUI_TARGET=native npx expo run:ios",
|
||||||
|
"ios-native": "TAMAGUI_TARGET=native npx expo run:ios --device",
|
||||||
|
"dev-ios": "TAMAGUI_TARGET=native npx eas-cli build --profile development --platform ios",
|
||||||
|
"build-ios": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform ios",
|
||||||
|
"build-android": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform android",
|
||||||
|
"build-cicd": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform all --non-interactive --no-wait --auto-submit ",
|
||||||
|
"build-ios-cicd": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform ios --non-interactive --no-wait --auto-submit ",
|
||||||
|
"build-dev-ios": "TAMAGUI_TARGET=native npx eas-cli build --profile development --platform ios",
|
||||||
"web": "expo start --web",
|
"web": "expo start --web",
|
||||||
"test": "jest --watchAll",
|
"test": "jest --watchAll",
|
||||||
"lint": "expo lint"
|
"lint": "expo lint",
|
||||||
|
"submit": "npx eas-cli submit -p ios",
|
||||||
|
"prebuild": "npx expo prebuild -p ios",
|
||||||
|
"prebuild-build-submit-ios": "npm run prebuild && npm run build-ios && npm run submit",
|
||||||
|
"prebuild-build-submit-ios-cicd": "yarn build-ios-cicd",
|
||||||
|
"prebuild-build-submit-cicd": "yarn build-cicd"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"preset": "jest-expo"
|
"preset": "jest-expo"
|
||||||
|
|||||||
Reference in New Issue
Block a user