2023-02-07 17:57:26 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
|
"globalDependencies": ["**/.env.*local"],
|
|
|
|
"pipeline": {
|
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": ["dist/**", ".next/**"]
|
|
|
|
},
|
2023-02-07 18:16:12 +00:00
|
|
|
"build#saleor-app-data-importer": {
|
|
|
|
"env": ["NEXT_PUBLIC_NUVO_LICENSE_KEY"]
|
|
|
|
},
|
2023-02-07 19:37:30 +00:00
|
|
|
"build#saleor-app-invoicesr": {
|
|
|
|
"env": ["APP_DEBUG", "NODE_ENV", "SECRET_KEY", "TEMP_PDF_STORAGE_DIR", "PORT","VERCEL_URL", "ALLOWED_DOMAIN_PATTERN"]
|
|
|
|
},
|
2023-02-07 17:57:26 +00:00
|
|
|
"lint": {
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"cache": false
|
2023-02-07 19:37:30 +00:00
|
|
|
},
|
|
|
|
"test": {},
|
|
|
|
"test:ci": {}
|
2023-02-07 17:57:26 +00:00
|
|
|
}
|
|
|
|
}
|