Skip to content

Commit

Permalink
fix: missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jun 25, 2024
1 parent 210abd3 commit dfd1691
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 @@ -6,7 +6,7 @@
"type": "module",
"types": "dist/main.d.ts",
"scripts": {
"build": "npm run build:tsc && npm run bundle:main && npm run bundle:worker && npm run bundle:worker:wasm",
"build": "npm run build:tsc && npm run bundle:main && npm run bundle:worker",
"build:tsc": "tsc --build",
"bundle:main": "esbuild main.js --format=esm --bundle --minify --target=chrome126,firefox126 --outfile=main.min.js",
"bundle:worker": "esbuild worker.js --format=esm --bundle --minify --target=chrome126,firefox126 --outfile=worker.min.js",
Expand Down

0 comments on commit dfd1691

Please sign in to comment.