pull/498/head
Cory LaViska 2021-08-09 09:21:55 -04:00
rodzic da83581f45
commit e5af3257c9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ try {
execSync('node scripts/make-metadata.js', { stdio: 'inherit' });
execSync('node scripts/make-vscode-data.js', { stdio: 'inherit' });
execSync('node scripts/make-css.js', { stdio: 'inherit' });
execSync('node scripts/make-icons.js', { stdio: 'inherit' });
} catch (err) {
console.error(chalk.red(err));
process.exit(1);