Skip to content

Commit

Permalink
build: remove server/src/test exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Feb 4, 2025
1 parent 893d44a commit dd7416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{ "path": "../packages/utils/tsconfig.build.json" },
{ "path": "../queue/tsconfig.build.json" }
],
"exclude": ["node_modules", "dist", "src/test", "src/**/*.test.ts"]
"exclude": ["node_modules", "dist", "src/**/*.test.ts"]
}

0 comments on commit dd7416e

Please sign in to comment.