Skip to content

Commit

Permalink
Include artifacts from yarn build compile
Browse files Browse the repository at this point in the history
  • Loading branch information
aifreedom committed May 24, 2022
1 parent 7917661 commit 9cd913e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/builtInExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function writeControlFile(control) {
fs.writeFileSync(controlFilePath, JSON.stringify(control, null, 2));
}
function getBuiltInExtensions() {
log('Syncronizing built-in extensions...');
log('Synchronizing built-in extensions...');
log(`You can manage built-in extensions with the ${ansiColors.cyan('--builtin')} flag`);
const control = readControlFile();
const streams = [];
Expand Down

0 comments on commit 9cd913e

Please sign in to comment.