mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Fix turbo issues: (#912)
> Declaring an environment variable in "dependsOn" is deprecated, found $COMMERCE_PROVIDER. Use the "env" key or use `npx @turbo/codemod migrate-env-var-dependencies`. main
This commit is contained in:
parent
4efa502666
commit
e66cd12f4c
12
turbo.json
12
turbo.json
@ -8,11 +8,13 @@
|
||||
},
|
||||
"next-commerce#build": {
|
||||
"dependsOn": [
|
||||
"^build",
|
||||
"$COMMERCE_PROVIDER",
|
||||
"$BIGCOMMERCE_STOREFRONT_API_URL",
|
||||
"$NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN",
|
||||
"$NEXT_PUBLIC_SWELL_STORE_ID"
|
||||
"^build"
|
||||
],
|
||||
"env": [
|
||||
"COMMERCE_PROVIDER",
|
||||
"BIGCOMMERCE_STOREFRONT_API_URL",
|
||||
"NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN",
|
||||
"NEXT_PUBLIC_SWELL_STORE_ID"
|
||||
],
|
||||
"outputs": [".next/**"]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user