chalk doesn't work on github actions log? #633
-
Expected BehaviorExpect Actual BehaviorOutput is gray as default, not green Steps to Reproduce the Problem#!/usr/bin/env zx
/* eslint-disable */
console.log(chalk.green(' success!')) Then run this from script of package.json: Specifications
|
Beta Was this translation helpful? Give feedback.
Answered by
andrewmclagan
May 25, 2023
Replies: 1 comment
-
set the environment variable |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gyhyfj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set the environment variable
FORCE_COLOR=3