We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4235e3 commit ccb04a7Copy full SHA for ccb04a7
scripts/build.ts
@@ -1,4 +1,5 @@
1
async function main() {
2
+ await Deno.remove("./pkg", { recursive: true });
3
await Deno.run({
4
cmd: ["wasm-pack", "build", "--target", "web", "--release"],
5
}).status();
0 commit comments