Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Feb 10, 2025
1 parent 1e8e650 commit bb04209
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ fi
tsc
rm -rf lib/bundled
npx esbuild src/bundled/*.ts --bundle $OPTS --target=ESnext --outdir=lib/bundled
cp lib/*.js lib/bundled/*.js lib/bundled/*.map tests >/dev/null 2>&1
cp lib/*.js lib/bundled/*.js lib/bundled/*.map tests >/dev/null 2>&1

exit 0

0 comments on commit bb04209

Please sign in to comment.