Skip to content

Commit

Permalink
chore(lint): fix lint error in build script (angular#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and MRHarrison committed Feb 9, 2017
1 parent 87a48ad commit 9c88f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 9c88f01

Please sign in to comment.