Skip to content

Commit

Permalink
chore: fix turbo pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-fontaine committed May 14, 2023
1 parent bdc8757 commit 46979cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outputs": ["dist/**"]
},
"lint": {
"outputs": []
"outputs": [],
"dependsOn": ["build"]
},
"lint:fix": {
"outputs": []
Expand All @@ -15,7 +16,8 @@
"cache": false
},
"test": {
"outputs": []
"outputs": [],
"dependsOn": ["lint", "build"]
}
}
}

0 comments on commit 46979cb

Please sign in to comment.