Skip to content

Commit

Permalink
Print a message when TS has been built successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 7, 2023
1 parent 409dc01 commit 6e75119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-lobsters-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"every-ts": patch
---

Print a message when TS has been built successfully
1 change: 1 addition & 0 deletions src/repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export async function ensureBuilt() {

await cmdShim.ifExists(paths.tsc, tscBin);
await cmdShim.ifExists(paths.tsserver, tsserverBin);
console.log(`TypeScript built successfully!`);
}
} catch {
throw new ExitError(`Unable to build typescript at rev ${await revParse(`HEAD`)}; please file a bug!`);
Expand Down

0 comments on commit 6e75119

Please sign in to comment.