Skip to content

Commit

Permalink
depend on test/**
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 19, 2023
1 parent 1607b60 commit 97ece7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
},
"test": {
"dependsOn": ["^build"],
"inputs": ["test/**"],
"outputs": ["coverage/", "test-results/**"],
"outputMode": "new-only",
"env": ["CI", "TURBO_CACHE_KEY"]
},
"test:cross-browser": {
"inputs": ["src/**", "scripts/**", "shared/**", "templates/**"],
"inputs": ["src/**", "scripts/**", "shared/**", "templates/**", "test/**"],
"outputs": ["coverage/", "test-results/**"],
"outputMode": "new-only",
"env": ["CI", "TURBO_CACHE_KEY"]
Expand Down

0 comments on commit 97ece7d

Please sign in to comment.