Skip to content

Commit

Permalink
Run TSC in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lafkpages committed Oct 14, 2023
1 parent 0615bcc commit c48a88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"scripts": {
"build": "bun scripts/build.ts",
"build:docs": "typedoc src/index.ts",
"build:types": "tsc",
"pretest": "bun scripts/cleanupTestData.ts",
"test": "bun test"
}
Expand Down
2 changes: 2 additions & 0 deletions scripts/build.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "typescript/lib/tsc";

import { rm } from "fs/promises";

const outdir = "dist";
Expand Down

0 comments on commit c48a88b

Please sign in to comment.