chore: use serve instead of firebase emulator

This commit is contained in:
Kim, Jimin 2023-07-29 11:32:55 +09:00
parent 0312a631a0
commit f4e08865c5
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
7 changed files with 168 additions and 3287 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"dev": "open-cli http://localhost:3000 && next dev",
"build": "next build",
"serve": "cd ../.. && firebase emulators:start --only hosting --config=firebase.test.blog.json",
"serve": "serve build --listen 3000",
"lint": "next lint",
"test:e2e": "playwright test",
"clean": "rm -rf .next .turbo build node_modules test-results"
@ -35,7 +35,6 @@
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"eslint-plugin-prettier": "^4.2.1",
"firebase-tools": "^12.4.6",
"highlight.js": "^11.8.0",
"katex": "^0.16.8",
"next": "13.4.12",
@ -45,6 +44,7 @@
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"serve": "^14.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"zustand": "^4.3.9"