aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-07-21 19:13:04 +0000
committerMohamedBassem <me@mbassem.com>2024-07-21 19:13:04 +0000
commit4c23ea931dc01e0d99869eb518c85f891d006baa (patch)
tree6803786b464a76e1fe015f1bee6ea58af88d873a /turbo.json
parent9edd154440c18bcc4542560e229eb293f9e0c2d4 (diff)
downloadkarakeep-4c23ea931dc01e0d99869eb518c85f891d006baa.tar.zst
chore(deps): Upgrade turbo and disable its daemon
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json36
1 files changed, 26 insertions, 10 deletions
diff --git a/turbo.json b/turbo.json
index 8ecad061..3422151b 100644
--- a/turbo.json
+++ b/turbo.json
@@ -1,12 +1,18 @@
{
"$schema": "https://turborepo.org/schema.json",
- "globalDependencies": ["**/.env"],
- "pipeline": {
+ "globalDependencies": [
+ "**/.env"
+ ],
+ "tasks": {
"topo": {
- "dependsOn": ["^topo"]
+ "dependsOn": [
+ "^topo"
+ ]
},
"build": {
- "dependsOn": ["^build"],
+ "dependsOn": [
+ "^build"
+ ],
"outputs": [
".next/**",
"!.next/cache/**",
@@ -21,16 +27,26 @@
"cache": false
},
"format": {
- "outputs": ["node_modules/.cache/.prettiercache"],
- "outputMode": "new-only"
+ "outputs": [
+ "node_modules/.cache/.prettiercache"
+ ],
+ "outputLogs": "new-only"
},
"lint": {
- "dependsOn": ["^topo"],
- "outputs": ["node_modules/.cache/.eslintcache"]
+ "dependsOn": [
+ "^topo"
+ ],
+ "outputs": [
+ "node_modules/.cache/.eslintcache"
+ ]
},
"typecheck": {
- "dependsOn": ["^topo"],
- "outputs": ["node_modules/.cache/tsbuildinfo.json"]
+ "dependsOn": [
+ "^topo"
+ ],
+ "outputs": [
+ "node_modules/.cache/tsbuildinfo.json"
+ ]
},
"clean": {
"cache": false