From a5c4cca7a641ffb13a53f52ed830bb48e69bfbb4 Mon Sep 17 00:00:00 2001 From: "YuBin, Hsu" <31545456+yubinTW@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:48:38 +0000 Subject: [PATCH] build: add raw option for concurrently --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 5bb3393..fd8ebd9 100644 --- a/backend/package.json +++ b/backend/package.json @@ -7,7 +7,7 @@ "test": "vitest run --coverage", "build": "tsc", "start": "node dist/index.js", - "dev": "concurrently \"tsc -w \" \"nodemon dist/index.js\"" + "dev": "concurrently --raw \"tsc -w \" \"nodemon dist/index.js\"" }, "keywords": [], "author": "",