Tweak scripts

This commit is contained in:
Graham Campbell
2015-07-07 11:26:21 +01:00
parent f01849f758
commit 6a29b306e2
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -65,8 +65,7 @@
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache",
"chmod -R 755 storage",
"php artisan queue:restart"
"chmod -R 755 storage"
],
"pre-update-cmd": [
"rm -f compiled.php config.php routes.php services.json"
@@ -75,8 +74,7 @@
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache",
"chmod -R 755 storage",
"php artisan queue:restart"
"chmod -R 755 storage"
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",