2022-02-09 10:30:59 -05:00
|
|
|
{
|
|
|
|
"baseBranch": "origin/main",
|
|
|
|
"pipeline": {
|
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": ["dist/**"]
|
|
|
|
},
|
|
|
|
"next-commerce#build": {
|
2022-02-11 11:42:25 -05:00
|
|
|
"dependsOn": [
|
|
|
|
"^build",
|
|
|
|
"$COMMERCE_PROVIDER",
|
|
|
|
"$BIGCOMMERCE_STOREFRONT_API_URL",
|
|
|
|
"$NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN",
|
|
|
|
"$NEXT_PUBLIC_SWELL_STORE_ID"
|
|
|
|
],
|
2022-02-09 10:30:59 -05:00
|
|
|
"outputs": [".next/**"]
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"prettier-fix": {
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"cache": false
|
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"cache": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|