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"

View File

@@ -17,7 +17,8 @@
"lint": "eslint src/javascripts",
"tsc": "tsc --project tsconfig.json",
"test": "jest --config jest.config.js --coverage",
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json"
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json",
"upgrade:snjs": "ncu -u '@standardnotes/*'"
},
"devDependencies": {
"@babel/core": "^7.17.9",