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