Skip to content

Commit

Permalink
🔄 created local 'yaku-apps-typescript/turbo.json' from remote 'turbo.…
Browse files Browse the repository at this point in the history
…json'
  • Loading branch information
bsf-sync-bot[bot] authored Oct 21, 2024
1 parent 3c642cf commit 53ba2ed
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions yaku-apps-typescript/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"lint": {
"outputs": []
},
"test": {
"outputs": ["coverage/**"]
},
"test:integration:ci": {
"outputs": ["coverage/**"]
},
"setup": {
"outputs": [],
"dependsOn": ["^setup"],
"cache": false
},
"format": {
"outputs": []
},
"dev": {
"cache": false
}
}
}

0 comments on commit 53ba2ed

Please sign in to comment.