Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Sep 30, 2024
1 parent b2a59a1 commit 9015199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"scripts": {
"package:entry": "esbuild node_modules/reg-cli/dist/entry.cjs --bundle --platform=node --format=cjs --outfile=dist/lib/entry.cjs",
"package:worker": "esbuild node_modules/reg-cli/dist/worker.cjs --bundle --platform=node --format=cjs --outfile=dist/lib/worker.cjs",
"package:wwasm": "cp node_modules/reg-cli/dist/reg.wasm dist/lib/reg.wasm",
"package:wasm": "cp node_modules/reg-cli/dist/shared/reg.wasm dist/lib/reg.wasm",
"package:main": "esbuild src/main.ts --bundle --platform=node --format=cjs --outfile=dist/lib/index.cjs",
"package": "npm run package:entry && npm run package:worker && npm run package:main"
"package": "npm run package:entry && npm run package:worker && npm run package:main && npm run package:wasm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9015199

Please sign in to comment.