Skip to content

Commit

Permalink
chore: adjust Turbo test task dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Sep 25, 2024
1 parent f5d7c6e commit 2f95598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"outputs": [""]
},
"test": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"outputs": [""]
},
"test:watch": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"persistent": true,
"cache": false
},
"test:e2e": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"outputs": [""]
},
"test:e2e:watch": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"persistent": true,
"cache": false
}
Expand Down

0 comments on commit 2f95598

Please sign in to comment.