chore(wip): release flow

This commit is contained in:
Mo
2022-06-14 10:34:33 -05:00
parent 6a2c585926
commit 4d7e88e5a9
108 changed files with 1294 additions and 505 deletions

View File

@@ -25,7 +25,6 @@
"lint:formatting": "prettier --check .",
"lint": "yarn lint:formatting && yarn lint:eslint",
"tsc": "tsc --noEmit",
"release": "node scripts/build.mjs mainstream",
"release:mac": "node scripts/build.mjs mac",
"start": "electron ./app --enable-logging --icon _icon/icon.png",
"ava": "rimraf test/data/tmp && ava --serial"

View File

@@ -56,7 +56,7 @@
"react-native-fs": "^2.19.0",
"react-native-gesture-handler": "2.3.2",
"react-native-image-picker": "^4.7.3",
"react-native-keychain": "patch:react-native-keychain@8.0.0#./patches/react-native-keychain+8.0.0.patch",
"react-native-keychain": "8.0.0",
"react-native-mail": "standardnotes/react-native-mail#fd26119e67a2ffc5eaa95a9c17049743e39ce2d3",
"react-native-privacy-snapshot": "standardnotes/react-native-privacy-snapshot#653e904c90fc6f2b578da59138f2bfe5d7f942fe",
"react-native-reanimated": "^2.8.0",