Updated install process
This commit is contained in:
+6
-2
@@ -58,12 +58,16 @@
|
|||||||
"php artisan optimize",
|
"php artisan optimize",
|
||||||
"chmod -R 755 app/storage",
|
"chmod -R 755 app/storage",
|
||||||
"php artisan cachet:one-click-deploy",
|
"php artisan cachet:one-click-deploy",
|
||||||
"$(npm bin -q)/gulp"
|
"bower install",
|
||||||
|
"npm install",
|
||||||
|
"gulp"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize",
|
"php artisan optimize",
|
||||||
"$(npm bin -q)/gulp"
|
"bower install",
|
||||||
|
"npm install",
|
||||||
|
"gulp"
|
||||||
],
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"php artisan key:generate"
|
"php artisan key:generate"
|
||||||
|
|||||||
Reference in New Issue
Block a user