From f2f0db5374d8c760ba88630940270cf979666638 Mon Sep 17 00:00:00 2001 From: Wire Date: Wed, 11 Dec 2024 19:22:40 -0500 Subject: [PATCH] maybe? --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index dc581b0..d169f6d 100644 --- a/build.sh +++ b/build.sh @@ -5,9 +5,7 @@ git fetch git reset --hard "@{u}" git clean -fd php artisan clear-compiled -composer install --classmap-authoritative --optimize-autoloader --apcu-autoloader --no-interaction --no-ansi --no-dev -composer dump-autoload -o -composer clear-cache +composer install --classmap-authoritative --optimize-autoloader --no-interaction --no-ansi --no-dev --no-cache bun install --frozen-lockfile bun x update-browserslist-db@latest bun run build