Skip to content

Commit 19bf5e8

Browse files
committed
fix(scripts): enable colors in sh task
1 parent 1584bf5 commit 19bf5e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/scripts/src/tasks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function sh(...args) {
1515
return async (/** @type {IScriptTaskContext} */ ctx = {}, $spawn = spawn) => {
1616
const { stdio = true } = ctx
1717
const env = {
18+
FORCE_COLOR: true,
1819
...process.env
1920
}
2021
const options = {

0 commit comments

Comments
 (0)