Files
vue-flow/turbo.json
Braks 8f53488995 chore(deps-dev): upgrade turbo to latest (#1472)
* chore(deps-dev): upgrade turbo to latest

* chore: cleanup

* chore: update pkg json config

* chore(workflows): upgrade pnpm to latest

* chore: update pkg json config

* chore: update pkg json config

* chore: cleanup
2024-07-01 10:38:26 +02:00

34 lines
659 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build", "types", "theme"],
"outputs": ["dist/**"]
},
"types": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"theme": {
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["^build"],
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"docs": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
}
},
"globalEnv": ["VERCEL_ANALYTICS_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
}