From 6437ed2b82cab5e9acbee1a49820f47653597d2b Mon Sep 17 00:00:00 2001 From: W <W> Date: Sun, 24 Feb 2019 02:53:47 +0700 Subject: [PATCH] edit composer.json for heroku --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 302c18a..c9c3802 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,6 @@ "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], - "post-install-cmd": [ "php artisan clear-compiled", "chmod -R 777 storage","php artisan migrate:refresh --seed", "php artisan passport:keys", "php artisan passport:install --force"] + "post-install-cmd": [ "php artisan clear-compiled", "chmod -R 777 storage", "php artisan passport:keys", "php artisan passport:install --force"] } } -- GitLab