pull/362/head^2
Cory LaViska 2021-03-07 08:52:55 -05:00
rodzic 9bd703014c
commit 7d66a031a3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ const options = commandLineArgs({
});
execSync(`rm -rf ./dist`, { stdio: 'inherit' });
execSync('tsc', { stdio: 'inherit'});
execSync('tsc', { stdio: 'inherit' }); // for type declarations
execSync('node scripts/make-metadata.cjs', { stdio: 'inherit' });
execSync('node scripts/make-icons.cjs', { stdio: 'inherit' });