fix: test failing

This commit is contained in:
Kim, Jimin 2024-04-27 23:27:10 +09:00
parent 037a5625fb
commit 9423645ee5
Signed by: pomp
GPG key ID: 2B516173EDD492EB
2 changed files with 23 additions and 4 deletions

View file

@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "open-cli http://localhost:3000 && next dev",
"dev": "open-cli http://localhost:3000 && pnpm dev:headless",
"dev:headless": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"serve": "serve build --listen 3000",