Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchentong committed Jun 6, 2024
1 parent 0de9e29 commit 17ca1bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"cache": false,
"dependsOn": ["^build"],
"outputs": ["dist/**", "build/**"],
"outputMode": "new-only"
"outputs": ["dist/**", "build/**"]
},
"lint": {
"outputs": []
Expand Down

0 comments on commit 17ca1bd

Please sign in to comment.