Skip to content

Commit

Permalink
[chore] Tweak turborepo input to ignore test helpers (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Sep 29, 2023
1 parent 32da78b commit 08e5015
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 @@ -9,7 +9,8 @@
"**/webpack.config*",
"**/*.ts",
"**/*.tsx",
"!**/__tests__/**"
"!**/__tests__/**",
"!src/**/test-helpers/**"
],
"outputs": ["**/dist/**", ".next/**"]
},
Expand Down

0 comments on commit 08e5015

Please sign in to comment.