package.json: dev script: preserve watch output on tsc
This commit is contained in:
parent
2da637f51d
commit
1b221c590f
@ -20,7 +20,7 @@
|
|||||||
"compile": "yarn clean && yarn prepare-sources && tsc --build",
|
"compile": "yarn clean && yarn prepare-sources && tsc --build",
|
||||||
"build": "yarn compile && node . pre-compile-views && node scripts/dist.js",
|
"build": "yarn compile && node . pre-compile-views && node scripts/dist.js",
|
||||||
"build-production": "NODE_ENV=production yarn build",
|
"build-production": "NODE_ENV=production yarn build",
|
||||||
"dev": "yarn compile && concurrently -k -n \"Maildev,Typescript,ViewPreCompile,Node\" -p \"[{name}]\" -c \"yellow,blue,red,green\" \"maildev\" \"tsc --build --watch\" \"nodemon -i public -i intermediates -- pre-compile-views --watch\" \"nodemon -i public -i intermediates\"",
|
"dev": "yarn compile && concurrently -k -n \"Maildev,Typescript,ViewPreCompile,Node\" -p \"[{name}]\" -c \"yellow,blue,red,green\" \"maildev\" \"tsc --build --watch --preserveWatchOutput\" \"nodemon -i public -i intermediates -- pre-compile-views --watch\" \"nodemon -i public -i intermediates\"",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"release": "yarn build && yarn lint && yarn test && cd dist && yarn publish"
|
"release": "yarn build && yarn lint && yarn test && cd dist && yarn publish"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user