fix: test server not starting properly

This commit is contained in:
Kim, Jimin 2024-04-28 00:56:47 +09:00
parent d715961fc4
commit 711058fcde
Signed by: pomp
GPG key ID: 2B516173EDD492EB
5 changed files with 2 additions and 9 deletions

View file

@ -3,7 +3,6 @@
"scripts": {
"dev": "turbo run dev --parallel --continue",
"build": "turbo run build",
"serve": "turbo run serve",
"test:unit": "turbo run test:unit --parallel --continue",
"test:e2e": "turbo run test:e2e --parallel --continue",
"lint": "turbo run lint",