Skip to content

Commit

Permalink
build: fix issue with wasm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Nov 27, 2022
1 parent 6f845bd commit 4c69a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ mv index.js index.mjs

jq '.type="module"' package.json | jq . > tmp && mv tmp package.json
jq '.module="./index.mjs"' package.json | jq . > tmp && mv tmp package.json
jq '.files += ["index.mjs"]' package.json | jq . > tmp && mv tmp package.json

popd || exit

0 comments on commit 4c69a12

Please sign in to comment.