Skip to content

Commit

Permalink
Update composer.json (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Salah Alkhwlani <[email protected]>
  • Loading branch information
KernelCode and salkhwlani authored Jan 19, 2022
1 parent 4b91f9f commit 53b2b22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 53b2b22

Please sign in to comment.