mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
Fix (#392)
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user