Skip to content

Commit

Permalink
chore: add env vars to turbo config (#9693)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored Feb 23, 2025
1 parent 8818a7c commit 51336c8
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,18 @@
"declarations/**",
"unstable-preview-types/**"
],
"dependsOn": ["^build:pkg"]
"dependsOn": ["^build:pkg"],
"env": [
"EMBER_DATA_FEATURE_OVERRIDE",
"NODE_ENV",
"CI",
"EMBER_ENV",
"IS_TESTING",
"EMBER_CLI_TEST_COMMAND",
"IS_RECORDING",
"ASSERT_ALL_DEPRECATIONS",
"EMBER_DATA_FULL_COMPAT"
]
},
"build:production": {
"inputs": [
Expand All @@ -179,7 +190,18 @@
"dist-test/**",
"declarations/**"
],
"dependsOn": ["^build:pkg"]
"dependsOn": ["^build:pkg"],
"env": [
"EMBER_DATA_FEATURE_OVERRIDE",
"NODE_ENV",
"CI",
"EMBER_ENV",
"IS_TESTING",
"EMBER_CLI_TEST_COMMAND",
"IS_RECORDING",
"ASSERT_ALL_DEPRECATIONS",
"EMBER_DATA_FULL_COMPAT"
]
},

"test": {
Expand Down

0 comments on commit 51336c8

Please sign in to comment.