Skip to content

Commit

Permalink
Build: No longer put unrelated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirain1700 committed Aug 7, 2023
1 parent 25fb511 commit 874b3e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ console.log("Transpiling test modules...");
// @ts-expect-error format should be assignable
// prettier-ignore
build(Object.assign(cloneDeep(config), {
bundle: true,
entryPoints: targetTestFiles,
format: "cjs",
minify: true,
outdir: "dist/test",
tsconfig: path.resolve(__dirname, "tsconfig.test.json"),
plugins: [
Expand Down

0 comments on commit 874b3e3

Please sign in to comment.