From bb0420988682f37458d69818200944ed98015c83 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:22:48 +0100 Subject: [PATCH] fix build script --- bin/bundle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/bundle b/bin/bundle index d130701..716bd5a 100755 --- a/bin/bundle +++ b/bin/bundle @@ -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 \ No newline at end of file +cp lib/*.js lib/bundled/*.js lib/bundled/*.map tests >/dev/null 2>&1 + +exit 0 \ No newline at end of file