build(docs-infra): upgrade @angular/cli to 6.0.3 (#19795)
PR Close #19795
This commit is contained in:

committed by
Matias Niemelä

parent
8c2c6b5d1a
commit
4dc5afb5c6
@ -16,13 +16,10 @@ module.exports = function (config) {
|
||||
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
||||
},
|
||||
coverageIstanbulReporter: {
|
||||
dir: require('path').join(__dirname, 'coverage'),
|
||||
dir: require('path').join(__dirname, '../coverage'),
|
||||
reports: ['html', 'lcovonly'],
|
||||
fixWebpackSourcePaths: true
|
||||
},
|
||||
angularCli: {
|
||||
environment: 'dev'
|
||||
},
|
||||
reporters: ['progress', 'kjhtml'],
|
||||
port: 9876,
|
||||
colors: true,
|
||||
|
Reference in New Issue
Block a user