Skip to content

Commit

Permalink
cleanup build script
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick committed Jun 30, 2023
1 parent 99569af commit b1a1bd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ try {
execSync(`ts-node --esm --project tsconfig.node.json scripts/make-css.ts --outdir "${outdir}"`, {
stdio: 'inherit'
});

// execSync(`tsup`, { stdio: "inherit" });
} catch (err) {
console.error(chalk.red(err));
process.exit(1);
Expand Down

0 comments on commit b1a1bd1

Please sign in to comment.