Skip to content

Commit

Permalink
Add env vars used for provider detection as keys (vercel#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades authored Feb 11, 2022
1 parent 541491f commit 65c9d39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"outputs": ["dist/**"]
},
"next-commerce#build": {
"dependsOn": ["^build", "$COMMERCE_PROVIDER"],
"dependsOn": [
"^build",
"$COMMERCE_PROVIDER",
"$BIGCOMMERCE_STOREFRONT_API_URL",
"$NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN",
"$NEXT_PUBLIC_SWELL_STORE_ID"
],
"outputs": [".next/**"]
},
"test": {
Expand Down

0 comments on commit 65c9d39

Please sign in to comment.