chore: mobile workflows
This commit is contained in:
@@ -45,7 +45,8 @@ platform :ios do
|
|||||||
apple_id: ENV['APPLE_APP_ID'],
|
apple_id: ENV['APPLE_APP_ID'],
|
||||||
distribute_external: true,
|
distribute_external: true,
|
||||||
notify_external_testers: true,
|
notify_external_testers: true,
|
||||||
submit_beta_review: true
|
submit_beta_review: true,
|
||||||
|
changelog: 'Fixes and improvements.'
|
||||||
)
|
)
|
||||||
# refresh_dsyms
|
# refresh_dsyms
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -8,21 +8,21 @@
|
|||||||
"android-dev": "react-native run-android --variant devDebug --appIdSuffix dev",
|
"android-dev": "react-native run-android --variant devDebug --appIdSuffix dev",
|
||||||
"android-prod-debug": "react-native run-android --variant prodDebug",
|
"android-prod-debug": "react-native run-android --variant prodDebug",
|
||||||
"android-prod-release": "yarn run android:bundle && react-native run-android --variant prodRelease",
|
"android-prod-release": "yarn run android:bundle && react-native run-android --variant prodRelease",
|
||||||
|
"android:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/",
|
||||||
|
"build": "yarn web:bundle && yarn install:pods && yarn android:bundle",
|
||||||
|
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
|
||||||
|
"format:fix": "yarn format --write",
|
||||||
|
"format": "prettier ./src",
|
||||||
|
"install:pods": "yarn pod-install ios",
|
||||||
"ios-dev": "react-native run-ios --scheme StandardNotesDev",
|
"ios-dev": "react-native run-ios --scheme StandardNotesDev",
|
||||||
"ios-prod": "react-native run-ios --scheme StandardNotes",
|
"ios-prod": "react-native run-ios --scheme StandardNotes",
|
||||||
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
|
|
||||||
"lint": "yarn tsc && yarn eslint . --ext .ts,.tsx",
|
|
||||||
"lint:fix": "yarn lint --fix",
|
"lint:fix": "yarn lint --fix",
|
||||||
"format": "prettier ./src",
|
"lint": "yarn tsc && yarn eslint . --ext .ts,.tsx",
|
||||||
"format:fix": "yarn format --write",
|
|
||||||
"build": "yarn web:bundle && yarn install:pods && yarn android:bundle",
|
|
||||||
"web:bundle": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/",
|
|
||||||
"pods": "yarn install:pods",
|
"pods": "yarn install:pods",
|
||||||
"tsc": "tsc --noEmit",
|
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
"install:pods": "yarn pod-install ios",
|
"tsc": "tsc --noEmit",
|
||||||
"android:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/",
|
"upgrade:snjs": "ncu -u '@standardnotes/*'",
|
||||||
"upgrade:snjs": "ncu -u '@standardnotes/*'"
|
"web:bundle": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/"
|
||||||
},
|
},
|
||||||
"installConfig": {
|
"installConfig": {
|
||||||
"hoistingLimits": "workspaces"
|
"hoistingLimits": "workspaces"
|
||||||
|
|||||||
Reference in New Issue
Block a user