From 2c9abb65b533917c3d7fe101cb59cc7fcee07f02 Mon Sep 17 00:00:00 2001 From: itsAzaria Date: Thu, 19 Feb 2026 00:53:35 +0000 Subject: [PATCH] github actions take 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 53b33bf..8627044 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "@composer format:check" ], "ci:build": [ - "@php laracord app:build --build-version=ci" + "php ./laracord app:build --build-version=ci" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""