From 5d5a2430ad84e3a04a9ad4a540c6e1feea59de8d Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Thu, 1 Jan 2026 14:37:11 -0600 Subject: [PATCH] Fix arg in build script --- express/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/express/build.sh b/express/build.sh index 134b2df..32dc60c 100755 --- a/express/build.sh +++ b/express/build.sh @@ -6,7 +6,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$DIR" -# outfile="dist/index-$(date +%s).js" -outfile="dist/index.js" - -../cmd pnpm ncc build ./app.ts -o "$outfile" +../cmd pnpm ncc build ./app.ts -o dist