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 6461a01 commit fc50737
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 @@ -6,8 +6,8 @@
"main": "lib/main.js",
"type": "module",
"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:entry": "esbuild node_modules/reg-cli/dist/entry.cjs --bundle --platform=node --format=cjs --outfile=dist/entry.cjs",
"package:worker": "esbuild node_modules/reg-cli/dist/worker.cjs --bundle --platform=node --format=cjs --outfile=dist/worker.cjs",
"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"
},
Expand Down

0 comments on commit fc50737

Please sign in to comment.