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",