From 53b2b229d364e08c9c298eccee5ea7cfab236418 Mon Sep 17 00:00:00 2001 From: Abdullah Altahery Date: Wed, 19 Jan 2022 12:15:21 +0300 Subject: [PATCH] Update composer.json (#10) Co-authored-by: Salah Alkhwlani --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c6f5c1b..30685be 100644 --- a/composer.json +++ b/composer.json @@ -50,11 +50,8 @@ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ - "npm install ngrok -g", "npm install", - "npm run prod", - "@php artisan setup --ansi", - "@php artisan serve.remote" + "npm run prod" ] }, "extra": {