Skip to content

Commit 80e4bff

Browse files
committed
fix: ci
1 parent d6bf202 commit 80e4bff

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

turbo.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"globalDependencies": [".nvmrc", ".yarnrc.yml"],
4+
"globalEnv": ["NODE_ENV"],
5+
"tasks": {
46
"build:android": {
5-
"env": ["ORG_GRADLE_PROJECT_newArchEnabled"],
7+
"env": ["ANDROID_HOME", "ORG_GRADLE_PROJECT_newArchEnabled"],
68
"inputs": [
79
"package.json",
810
"android",
@@ -18,7 +20,11 @@
1820
"outputs": []
1921
},
2022
"build:ios": {
21-
"env": ["RCT_NEW_ARCH_ENABLED"],
23+
"env": [
24+
"RCT_NEW_ARCH_ENABLED",
25+
"RCT_USE_RN_DEP",
26+
"RCT_USE_PREBUILT_RNCORE"
27+
],
2228
"inputs": [
2329
"package.json",
2430
"*.podspec",

0 commit comments

Comments
 (0)