Skip to content

Commit

Permalink
fix(packed): remove tests from built files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lauer authored and Jake Lauer committed Aug 1, 2024
1 parent 6ba951e commit c1f4a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "tsup";
import * as glob from "glob";

const entries = glob.sync("src/**/*.ts", {
ignore: [], //["src/**/*.test.ts"],
ignore: ["src/**/*.test.ts"],
});

export default defineConfig({
Expand Down

0 comments on commit c1f4a38

Please sign in to comment.