Add back TS declarations (#364)

This commit is contained in:
Lorefnon
2021-03-07 18:53:43 +05:30
committed by GitHub
parent 0bccc051d2
commit fbbfeb00db

View File

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