mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
chore(lint): fix lint error in build script (#3937)
This commit is contained in:
parent
979e4f96da
commit
2f795c205a
@ -162,7 +162,7 @@ Promise.resolve()
|
||||
})
|
||||
.then(() => {
|
||||
// Copy LICENSE into all the packages
|
||||
console.log(`Copying LICENSE...`);
|
||||
console.log('Copying LICENSE...');
|
||||
|
||||
const packages = require('../../lib/packages');
|
||||
return Promise.all(Object.keys(packages).map(pkgName => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user