Skip to content

Commit 04555aa

Browse files
committed
fix: preserve canary bundle in examples prod builds
1 parent a409720 commit 04555aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"build": {
66
"dependsOn": ["^build"],
77
"inputs": ["$TURBO_DEFAULT$", ".env*"],
8-
"outputs": ["dist/**"]
8+
"outputs": ["dist/**"],
9+
"env": ["DEPLOY_PRIME_URL"]
910
},
1011
"check-types": {
1112
"dependsOn": ["^check-types"]

0 commit comments

Comments
 (0)