fix: test server not starting properly
This commit is contained in:
parent
d715961fc4
commit
711058fcde
5 changed files with 2 additions and 9 deletions
|
@ -7,7 +7,6 @@
|
|||
"dev:headless": "next dev",
|
||||
"build": "next build",
|
||||
"postbuild": "next-sitemap",
|
||||
"serve": "serve build --listen 3000",
|
||||
"lint": "next lint",
|
||||
"test:e2e": "playwright test",
|
||||
"clean": "rm -rf .next .turbo build node_modules test-results"
|
||||
|
@ -49,7 +48,6 @@
|
|||
"react": "^18.3.1",
|
||||
"react-collapse": "^5.1.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"serve": "^14.2.0",
|
||||
"tailwindcss": "^3.4.0",
|
||||
"typescript": "^5.3.3",
|
||||
"zustand": "^4.5.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue