Skip to content

Commit

Permalink
remove dist on build
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Mar 5, 2024
1 parent 90191e7 commit efde969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"build:node": "babel dist/esm -d dist/cjs",
"build:esm": "tsc",
"build": "scripts/ts-build.sh",
"build": "rm -rf dist && scripts/ts-build.sh",
"prepare": "npm run build",
"test": "vitest run test/*",
"wasm2b64": "node scripts/wasmToB64.js"
Expand Down

0 comments on commit efde969

Please sign in to comment.