Skip to content

Commit

Permalink
fix: build now only includes src
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed Nov 19, 2024
1 parent dcacd9a commit c3c4a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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", "**/*spec.ts", "script"]
}

0 comments on commit c3c4a3d

Please sign in to comment.