From f19679691bb4ae7f63db4f5c13e948b26d2233bc Mon Sep 17 00:00:00 2001 From: matte22 Date: Wed, 28 Feb 2024 13:05:40 -0500 Subject: [PATCH] testing a failure --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 93997cd..6e773de 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,7 @@ npm ci # Bundle printf "[BUILD_TASK] Bundling\n" -npx esbuild index.js --bundle --platform=node --outfile=bundle.js +npx esbuild indeawdwdx.js --bundle --platform=node --outfile=bundle.js check_exit_status "Bundling" 1 # version=$(git describe --tags | sed 's/\(.*\)-.*/\1/')