Skip to content

Commit

Permalink
Prettier turbo config
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers committed May 10, 2024
1 parent 772aa42 commit c1730ea
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**"
],
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": false
},
"storybook": {
"dependsOn": [
"^build"
],
"dependsOn": ["^build"],
"outputs": []
},
"test": {
"dependsOn": [
"^build"
],
"dependsOn": ["^build"],
"outputs": []
},
"lint": {
Expand Down

0 comments on commit c1730ea

Please sign in to comment.