Skip to content

Commit 2f795c2

Browse files
clydinfilipesilva
authored andcommitted
chore(lint): fix lint error in build script (angular#3937)
1 parent 979e4f9 commit 2f795c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Promise.resolve()
162162
})
163163
.then(() => {
164164
// Copy LICENSE into all the packages
165-
console.log(`Copying LICENSE...`);
165+
console.log('Copying LICENSE...');
166166

167167
const packages = require('../../lib/packages');
168168
return Promise.all(Object.keys(packages).map(pkgName => {

0 commit comments

Comments
 (0)