chore(lint): fix lint error in build script (#3937)

This commit is contained in:
clydin 2017-01-10 10:02:42 -05:00 committed by Filipe Silva
parent 979e4f96da
commit 2f795c205a

View File

@ -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 => {