{ "$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 } } }