From ecc2ccfc8b5fe2867914a56f309a00e52c9ec62f Mon Sep 17 00:00:00 2001 From: aslan Date: Mon, 5 Feb 2024 12:55:31 +0300 Subject: [PATCH] fix CI deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 044c23c..eb08187 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ setup: make ide-helper setup-test: - composer install + composer install --no-plugins --no-scripts php artisan key:gen --ansi rm database/database.sqlite touch database/database.sqlite