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
This commit is contained in:
Braks
2024-07-01 10:38:26 +02:00
committed by GitHub
parent 02aac40acf
commit 8f53488995
5 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build", "types", "theme"],
"outputs": ["dist/**"]
@@ -29,5 +29,5 @@
"outputs": ["dist/**"]
}
},
"globalEnv": ["VERCEL_ANALYTICS_ID", "METICULOUS_PROJECT_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
"globalEnv": ["VERCEL_ANALYTICS_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
}