diff options
| author | MohamedBassem <me@mbassem.com> | 2024-07-21 19:13:04 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-07-21 19:13:04 +0000 |
| commit | 4c23ea931dc01e0d99869eb518c85f891d006baa (patch) | |
| tree | 6803786b464a76e1fe015f1bee6ea58af88d873a /turbo.json | |
| parent | 9edd154440c18bcc4542560e229eb293f9e0c2d4 (diff) | |
| download | karakeep-4c23ea931dc01e0d99869eb518c85f891d006baa.tar.zst | |
chore(deps): Upgrade turbo and disable its daemon
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 36 |
1 files changed, 26 insertions, 10 deletions
@@ -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 |
