Skip to content

Commit

Permalink
fix: exclude glob in turborepo config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 13, 2024
1 parent 4cb396c commit 7cd902c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
"packages/*/tsconfig.build.json",
// All source files are input
"packages/*/src/**",
// TODO: Figure out how to exclude test files from inputs
// :!:**/*.test.ts doesn't work
":!:*/**/*.test.ts"
// Exclude test files from inputs
"!**/*.test.ts"
],
"outputs": ["packages/*/build/**", "packages/*/*.tsbuildinfo"]
},
Expand Down

0 comments on commit 7cd902c

Please sign in to comment.