Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1051 from Shopify/ml-turbo-add-test-build
Browse files Browse the repository at this point in the history
[Turbo] Add build dependency to local test step to mimic CI behaviour
  • Loading branch information
melissaluu authored Nov 9, 2023
2 parents 28f7107 + ab0bf96 commit 01257b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/fair-actors-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
14 changes: 12 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@
],
"cache": false
},
"test": {},
"test:ci": {},
"test": {
"dependsOn": [
"^build"
],
"cache": false
},
"test:ci": {
"dependsOn": [
"^build"
],
"cache": false
},
"lint": {},
"dev": {
"cache": false,
Expand Down

0 comments on commit 01257b0

Please sign in to comment.