mirror of
https://github.com/the-programmers-hangout/Mimic.git
synced 2026-09-04 09:16:00 +02:00
github actions take 2
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
"@composer format:check"
|
"@composer format:check"
|
||||||
],
|
],
|
||||||
"ci:build": [
|
"ci:build": [
|
||||||
"@php laracord app:build --build-version=ci"
|
"php ./laracord app:build --build-version=ci"
|
||||||
],
|
],
|
||||||
"post-root-package-install": [
|
"post-root-package-install": [
|
||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
|
|||||||
Reference in New Issue
Block a user