Skip to content

Commit

Permalink
chore: remove dependsOn:build from turbo test config (#519)
Browse files Browse the repository at this point in the history
Remove dependsOn:build from turbo test config since GH workflow runs build prior to test
  • Loading branch information
carlbrugger authored Apr 30, 2024
1 parent 7d87b32 commit 7125a02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"dependsOn": ["^build:prod"]
},
"test": {
"inputs": ["**/*.spec.ts"],
"dependsOn": ["^build"]
"inputs": ["**/*.spec.ts"]
}
}
}

0 comments on commit 7125a02

Please sign in to comment.