Skip to content

Commit

Permalink
could help to run tsc on ui/.build once in awhile
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Nov 8, 2024
1 parent aa89801 commit 71c87e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/.build/src/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function monitor(pkgs: string[]): Promise<void> {
clearTimeout(tscTimeout);
tscTimeout = setTimeout(() => {
if (packageTimeout) return;
esbuild(tsc());
tsc().then(esbuild);
}, 2000);
};
const packageChange = async () => {
Expand Down

0 comments on commit 71c87e6

Please sign in to comment.