fix(bazel): turn on colors

This commit is contained in:
vsavkin 2017-09-27 11:37:08 -04:00
parent 2bcf500a55
commit fa2bc2a7c3

View File

@ -191,6 +191,9 @@ module.exports = function(env) {
"aggregateTimeout": 3000,
"poll": 1000
}
},
"stats": {
"colors": true
}
};
};