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