Skip to content

Commit

Permalink
Create turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxin-lin authored Aug 30, 2024
1 parent 2a4c9be commit 557dc2e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"stub": {},
"lint": {},
"clean": {
"cache": false
},
"dev": {
"cache": false,
"persistent": true
}
}
}

0 comments on commit 557dc2e

Please sign in to comment.