fix: test failing
This commit is contained in:
parent
037a5625fb
commit
9423645ee5
2 changed files with 23 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue