From 5c2f5acbd52fa96253243496104a7f76555272da Mon Sep 17 00:00:00 2001 From: aslan Date: Mon, 22 Apr 2024 11:28:56 +0300 Subject: [PATCH] fix setup prod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6c6770..c638179 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ setup-ci: npm run build setup-prod: - /opt/php82/bin/php /usr/local/bin/composer install + composer install npm ci npm run build