chore(workflow): snjs upgrades

This commit is contained in:
Mo
2022-06-24 07:52:07 -05:00
parent a345f4f97e
commit f0283f51f2
4 changed files with 50 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
"tsc": "tsc --noEmit",
"start": "react-native start",
"install:pods": "yarn pod-install ios",
"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/"
"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/*'"
},
"installConfig": {
"hoistingLimits": "workspaces"