Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 6089f82

Browse files
authoredOct 2, 2022
Update Turbo config to use new key for env variables. (#43)
1 parent d2e3d5f commit 6089f82

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎turbo.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"pipeline": {
44
"build": {
55
"dependsOn": [
6-
"^build",
7-
"$COMPONENT_PATHS",
8-
"$LAYOUT_PATHS",
9-
"$VERCEL_GIT_REPO_OWNER",
10-
"$VERCEL_GIT_REPO_SLUG",
11-
"$VERCEL_GIT_COMMIT_REF"
6+
"^build"
7+
],
8+
"env": [
9+
"COMPONENT_PATHS",
10+
"LAYOUT_PATHS",
11+
"VERCEL_GIT_REPO_OWNER",
12+
"VERCEL_GIT_REPO_SLUG",
13+
"VERCEL_GIT_COMMIT_REF"
1214
],
1315
"outputs": [
1416
"dist/**",

1 commit comments

Comments
 (1)
This repository has been archived.