Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov committed Jun 19, 2024
1 parent 60373cc commit 933d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ npm run transpile
npm run lint
find . -name '*.mjs' -print0 | xargs -0 sed -i '' 's/%23/#/g'

esbuild run.mjs --tsconfig=./tsconfig.json --bundle --outdir=dist --format=esm --target=es2022 --external:tls --external:net --external:util --external:util/types --external:crypto --external:zlib --external:http --external:https --external:fs --external:path --external:url --external:sdk --external:kronos --inject:./polyfills/buffer.js --inject:./polyfills/process.js --out-extension:.js=.mjs
esbuild run.mjs --tsconfig=./tsconfig.json --bundle --outdir=dist --format=esm --target=es2022 --external:tls --external:net --external:util --external:util/types --external:crypto --external:zlib --external:http --external:https --external:fs --external:path --external:url --external:sdk --inject:./polyfills/buffer.js --inject:./polyfills/process.js --out-extension:.js=.mjs

0 comments on commit 933d4ce

Please sign in to comment.