build: add raw option for concurrently

This commit is contained in:
YuBin, Hsu
2024-03-27 13:48:38 +00:00
parent 4e3b9132cc
commit a5c4cca7a6

View File

@@ -7,7 +7,7 @@
"test": "vitest run --coverage", "test": "vitest run --coverage",
"build": "tsc", "build": "tsc",
"start": "node dist/index.js", "start": "node dist/index.js",
"dev": "concurrently \"tsc -w \" \"nodemon dist/index.js\"" "dev": "concurrently --raw \"tsc -w \" \"nodemon dist/index.js\""
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",