saleor-apps-redis_apl/turbo.json

20 lines
384 B
JSON
Raw Normal View History

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 17:57:26 +00:00
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}