Skip to content

Commit

Permalink
fix: worker build (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Oct 3, 2023
1 parent c33feff commit 6c833f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "test", "dist", "scripts", "**/*spec.ts"]
}

0 comments on commit 6c833f8

Please sign in to comment.