github actions take 2

This commit is contained in:
itsAzaria
2026-02-19 00:53:35 +00:00
parent bae27a3f08
commit 2c9abb65b5
+1 -1
View File
@@ -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');\""