less noise

This commit is contained in:
Cory LaViska
2021-09-07 13:13:02 -04:00
parent 053a5e9bd7
commit bfa1499889
3 changed files with 2 additions and 5 deletions

View File

@@ -71,5 +71,3 @@ components.map(component => {
});
fs.writeFileSync('./dist/vscode.html-custom-data.json', JSON.stringify(vscode, null, 2), 'utf8');
console.log(chalk.cyan(`Successfully generated custom data for VS Code 🔮\n`));