Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Sep 22, 2023
1 parent 728bb73 commit a056da0
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 @@ -5,7 +5,7 @@
"test:wrapper": "bun test --coverage",
"build:wrapper-dev": "wasm-pack build --target nodejs --dev --out-dir pkg-js-dev",
"build": "bash ./scripts/build.sh",
"publish": "cd pkg && npm publish --access public",
"publish": "bun run build && cd pkg && npm publish --access public",
"examples": "bun run ./examples/js/run.ts"
},
"devDependencies": {
Expand Down

0 comments on commit a056da0

Please sign in to comment.