Skip to content

Commit 4d0b690

Browse files
author
Guillaume Chau
committedMay 26, 2018
fix(ui): force output colors
1 parent 207a630 commit 4d0b690

File tree

1 file changed

+4
-0
lines changed
  • packages/@vue/cli-ui/src/graphql-api/connectors

1 file changed

+4
-0
lines changed
 

‎packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js

+4
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ async function run (id, context) {
231231
args = [...parts, ...args]
232232
}
233233

234+
// Output colors
235+
// See: https://www.npmjs.com/package/supports-color
236+
process.env.FORCE_COLOR = 1
237+
234238
// Save parameters
235239
updateSavedData({
236240
id,

0 commit comments

Comments
 (0)
Please sign in to comment.