Skip to content

Commit

Permalink
chore: update turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Nov 21, 2023
1 parent 121d608 commit 09c23a3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"$schema": "https://turborepo.org/schema.json",
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"build": {
"cache": true,
"outputs": [
"dist/**"
]
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
"test": {
"outputs": ["coverage/**"],
"dependsOn": []
},
"dev": {
"cache": false,
"persistent": true
}
}
}

0 comments on commit 09c23a3

Please sign in to comment.