Skip to content

Commit

Permalink
Update script/bundle_test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mryhryki committed Aug 5, 2023
1 parent ac9055d commit 4a2d624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/bundle_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { bundle } from "https://deno.land/x/emit/mod.ts";

const { code } = await bundle("./src/test/index.ts");
await Deno.mkdir("./dist/", { recursive: true });
await Deno.writeTextFile("./src/test/index.js", code);

0 comments on commit 4a2d624

Please sign in to comment.