diff options
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -19,7 +19,8 @@ "next-env.d.ts", ".expo/**", ".output/**", - ".vercel/output/**" + ".vercel/output/**", + "dist/**" ] }, "dev": { @@ -28,7 +29,13 @@ }, "format": { "outputs": [ - "node_modules/.cache/.prettiercache" + "node_modules/.cache/prettier/.prettier-cache" + ], + "outputLogs": "new-only" + }, + "format:fix": { + "outputs": [ + "node_modules/.cache/prettier/.prettier-cache" ], "outputLogs": "new-only" }, @@ -37,6 +44,11 @@ "^topo" ] }, + "lint:fix": { + "dependsOn": [ + "^topo" + ] + }, "typecheck": { "dependsOn": [ "^topo" |
