mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: kill port before starting dev
This commit is contained in:
parent
c156e7342b
commit
7c1e6e7e76
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
"test:e2e:ci": "kill-port 8080 && start-test 'php artisan serve --port=8080 --quiet' http-get://localhost:8080/api/ping 'cypress run'",
|
||||
"build": "yarn prod",
|
||||
"build-demo": "cross-env KOEL_ENV=demo mix --production",
|
||||
"dev": "start-test 'php artisan serve --port=8000 --quiet' http-get://localhost:8000/api/ping hot",
|
||||
"dev": "kill-port 8080 && start-test 'php artisan serve --port=8000 --quiet' http-get://localhost:8000/api/ping hot",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
|
|
Loading…
Reference in a new issue