fix: run production

This commit is contained in:
Junseo Park 2021-02-25 15:39:45 +09:00
parent 0288c97e3b
commit a54bf48850

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start & (sleep 1; wget http://localhost:3000/api -O /dev/null)", "start": "next start | (sleep 1; wget http://localhost:3000/api -O /dev/null)",
"lint": "eslint --ext ts,tsx .", "lint": "eslint --ext ts,tsx .",
"lint:fix": "eslint --ext ts,tsx . --fix", "lint:fix": "eslint --ext ts,tsx . --fix",
"test": "jest", "test": "jest",