add comment

This commit is contained in:
Cory LaViska
2021-03-07 08:52:55 -05:00
parent 9bd703014c
commit 7d66a031a3

View File

@@ -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' });