Commit 8c7ebc5f authored by Taylor Otwell's avatar Taylor Otwell

change order of scripts

parent 638b261a
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
] ]
}, },
"scripts": { "scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [ "post-install-cmd": [
"php artisan clear-compiled", "php artisan clear-compiled",
"php artisan optimize" "php artisan optimize"
...@@ -38,12 +44,6 @@ ...@@ -38,12 +44,6 @@
], ],
"post-update-cmd": [ "post-update-cmd": [
"php artisan optimize" "php artisan optimize"
],
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
] ]
}, },
"config": { "config": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment