Skip to content

Commit

Permalink
chore: update turbo.json
Browse files Browse the repository at this point in the history
- add output for build caching
- add lint task
  • Loading branch information
Jaewoook committed Jul 7, 2024
1 parent d59169a commit 56d2300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"check-types": {
"dependsOn": ["^check-types"]
},
"dev": {
"cache": false
},
"lint": {
"dependsOn": ["^lint"]
}
}
}

0 comments on commit 56d2300

Please sign in to comment.