From e1889bca199289dcd03cd4444f09308ac6b5fda2 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Wed, 8 Oct 2025 11:42:49 +0200 Subject: [PATCH] update CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97cbcc7..b444c1d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: vendor/autoload.php php artisan up vendor/autoload.php: composer.lock - php composer.phar install + composer install touch vendor/autoload.php public/build/manifest.json: package.json