mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +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(() => {
|
.then(() => {
|
||||||
// Copy LICENSE into all the packages
|
// Copy LICENSE into all the packages
|
||||||
console.log(`Copying LICENSE...`);
|
console.log('Copying LICENSE...');
|
||||||
|
|
||||||
const packages = require('../../lib/packages');
|
const packages = require('../../lib/packages');
|
||||||
return Promise.all(Object.keys(packages).map(pkgName => {
|
return Promise.all(Object.keys(packages).map(pkgName => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user