We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e4f9 commit 2f795c2Copy full SHA for 2f795c2
scripts/publish/build.js
@@ -162,7 +162,7 @@ Promise.resolve()
162
})
163
.then(() => {
164
// Copy LICENSE into all the packages
165
- console.log(`Copying LICENSE...`);
+ console.log('Copying LICENSE...');
166
167
const packages = require('../../lib/packages');
168
return Promise.all(Object.keys(packages).map(pkgName => {
0 commit comments