Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Jun 18, 2023
1 parent 5f72d77 commit 118bc8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ PACKAGE_NAME=$(basename $(jq -r .name pkg/package.json | tr - _))

cp pkg-nodejs/${PACKAGE_NAME}.js pkg/${PACKAGE_NAME}_node.js

# sed "s/${PACKAGE_NAME}.js')/${PACKAGE_NAME}_node.js')/" \
# pkg-nodejs/${PACKAGE_NAME}_bg.js > pkg/${PACKAGE_NAME}_bg.js

PACKAGE_JQ_FILTER=$(cat <<END
.files += ["${PACKAGE_NAME}_bg.js"] | .main = "${PACKAGE_NAME}_node.js"
END
Expand Down

0 comments on commit 118bc8e

Please sign in to comment.