saleor-apps-redis_apl/turbo.json
2023-02-07 19:16:12 +01:00

19 lines
384 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"build#saleor-app-data-importer": {
"env": ["NEXT_PUBLIC_NUVO_LICENSE_KEY"]
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}