chore(deps): update turbo monorepo to v2 (major) (#621)
* chore(deps): update turbo monorepo to v2 * chore: run codemod --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a3b861e13c
commit
1f730ab786
24
turbo.json
24
turbo.json
@@ -3,7 +3,15 @@
|
||||
"globalDependencies": [
|
||||
"**/.env"
|
||||
],
|
||||
"pipeline": {
|
||||
"globalEnv": [
|
||||
"DATABASE_URL",
|
||||
"AUTH_DISCORD_ID",
|
||||
"AUTH_DISCORD_SECRET",
|
||||
"AUTH_REDIRECT_PROXY_URL",
|
||||
"AUTH_SECRET",
|
||||
"AUTH_URL"
|
||||
],
|
||||
"tasks": {
|
||||
"topo": {
|
||||
"dependsOn": [
|
||||
"^topo"
|
||||
@@ -29,7 +37,7 @@
|
||||
"outputs": [
|
||||
"node_modules/.cache/.prettiercache"
|
||||
],
|
||||
"outputMode": "new-only"
|
||||
"outputLogs": "new-only"
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
@@ -53,13 +61,5 @@
|
||||
"//#clean": {
|
||||
"cache": false
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
"DATABASE_URL",
|
||||
"AUTH_DISCORD_ID",
|
||||
"AUTH_DISCORD_SECRET",
|
||||
"AUTH_REDIRECT_PROXY_URL",
|
||||
"AUTH_SECRET",
|
||||
"AUTH_URL"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user