We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1584bf5 commit 19bf5e8Copy full SHA for 19bf5e8
1 file changed
packages/scripts/src/tasks.js
@@ -15,6 +15,7 @@ export function sh(...args) {
15
return async (/** @type {IScriptTaskContext} */ ctx = {}, $spawn = spawn) => {
16
const { stdio = true } = ctx
17
const env = {
18
+ FORCE_COLOR: true,
19
...process.env
20
}
21
const options = {
0 commit comments