Skip to content

Commit

Permalink
fix(scripts): enable colors in sh task
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Dec 20, 2021
1 parent 1584bf5 commit 19bf5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scripts/src/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function sh(...args) {
return async (/** @type {IScriptTaskContext} */ ctx = {}, $spawn = spawn) => {
const { stdio = true } = ctx
const env = {
FORCE_COLOR: true,
...process.env
}
const options = {
Expand Down

0 comments on commit 19bf5e8

Please sign in to comment.