Remove chmod script

This commit is contained in:
James Brooks
2016-02-26 10:10:25 +00:00
parent 55d4a639d9
commit 481296ad21

View File

@@ -77,8 +77,7 @@
"php artisan clear-compiled",
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache",
"chmod -R 755 storage"
"php artisan route:cache"
],
"pre-update-cmd": [
"php artisan clear-compiled"
@@ -86,8 +85,7 @@
"post-update-cmd": [
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache",
"chmod -R 755 storage"
"php artisan route:cache"
]
},
"config": {