Skip to content

Commit

Permalink
turbo config improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Dec 16, 2024
1 parent 720085a commit 3b5b401
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
"$schema": "https://turbo.build/schema.v1.json",
"pipeline": {
"build": {
"outputs": []
"outputs": ["dist/**", "lib/**"]
},
"test:dev": {
"interactive": true,
"cache": false,
"persistent": true
},
"test": { "cache": false },
"test": {
"dependsOn": ["build"],
"cache": false
},
"test:update": { "cache": false },
"test:unit": {"cache":false},
"test:integration": {"cache": false},
Expand Down

0 comments on commit 3b5b401

Please sign in to comment.