From a54bf488501e5e834902d0389a0058e2008138c1 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Thu, 25 Feb 2021 15:39:45 +0900 Subject: [PATCH] fix: run production --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b8afdf..e5f2998 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "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:fix": "eslint --ext ts,tsx . --fix", "test": "jest",