Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
fix: update import path (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdim authored Aug 12, 2023
1 parent 4a4b241 commit 765abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EOF
cat <<EOF >>pkg/esm/intl_segmenter_polyfill_rs_bg.js
function __make_iter(proto) { proto[Symbol.iterator] = function () { return this; }};
EOF
for f in pkg/esm/*.js ; do mv "$f" ""${f%.js}.mjs""; done
mv pkg/esm/intl_segmenter_polyfill_rs.js pkg/esm/intl_segmenter_polyfill_rs.mjs

echo "$(jq --argjson FILES $(ls pkg | jq -R -s -c 'split("\n")[:-1]') \
'.files |= $FILES |
Expand Down

0 comments on commit 765abfe

Please sign in to comment.