Add env vars used for provider detection as keys (#679)
This commit is contained in:
		| @@ -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": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user