Skip to content

Commit

Permalink
chore: delete bundled js after building
Browse files Browse the repository at this point in the history
  • Loading branch information
oesgalha committed Sep 2, 2021
1 parent 02b86ad commit 0e12c3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/build.ts
Expand Up @@ -94,3 +94,5 @@ for (const target of TARGETS) {
await compile(target);
await compress(target);
}

await Deno.remove(conf.output);

0 comments on commit 0e12c3d

Please sign in to comment.