build: add raw option for concurrently
This commit is contained in:
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user