Update CI workflows

* add ai release notes to the release

no new user features
---------

Co-authored-by: Violet Caulfield <violet@cosmonautical.cloud>
This commit is contained in:
Ritesh Shukla
2025-05-31 17:31:36 +05:30
committed by GitHub
parent 2892f49764
commit ca58dbfcec
2 changed files with 182 additions and 50 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.12.29",
"private": true,
"scripts": {
"init-android": "yarn",
"init-android": "yarn install --network-concurrency 1",
"init-ios": "yarn init-ios:new-arch",
"init-ios:new-arch": "yarn && yarn pod:install:new-arch",
"init-ios:new-arch": "yarn install --network-concurrency 1 && yarn pod:install:new-arch",
"reinstall": "rm -rf ./node_modules && yarn install",
"android": "react-native run-android",
"ios": "react-native run-ios",