mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Add back TS declarations (#364)
This commit is contained in:
@@ -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' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user