mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Scope RELEASE env to editor-ui turbo task (no-changelog) (#29585)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d2e1eb30f1
commit
67f621519e
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"globalEnv": ["CI", "BUILD_WITH_COVERAGE", "RELEASE"],
|
"globalEnv": ["CI", "BUILD_WITH_COVERAGE"],
|
||||||
"globalPassThroughEnv": ["CODECOV_TOKEN", "COVERAGE_ENABLED", "SENTRY_AUTH_TOKEN"],
|
"globalPassThroughEnv": ["CODECOV_TOKEN", "COVERAGE_ENABLED", "SENTRY_AUTH_TOKEN"],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"clean": { "cache": false },
|
"clean": { "cache": false },
|
||||||
|
|
@ -7,6 +7,11 @@
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
},
|
},
|
||||||
|
"n8n-editor-ui#build": {
|
||||||
|
"dependsOn": ["^build"],
|
||||||
|
"outputs": ["dist/**"],
|
||||||
|
"env": ["RELEASE"]
|
||||||
|
},
|
||||||
"typecheck": {
|
"typecheck": {
|
||||||
"dependsOn": ["^typecheck", "^build"]
|
"dependsOn": ["^typecheck", "^build"]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user