We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207a630 commit 4d0b690Copy full SHA for 4d0b690
packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js
@@ -231,6 +231,10 @@ async function run (id, context) {
231
args = [...parts, ...args]
232
}
233
234
+ // Output colors
235
+ // See: https://www.npmjs.com/package/supports-color
236
+ process.env.FORCE_COLOR = 1
237
+
238
// Save parameters
239
updateSavedData({
240
id,
0 commit comments