feat(util): configure package publishing
This commit is contained in:
parent
e76b29c0b4
commit
674ed2a8df
33 changed files with 158 additions and 66 deletions
9
packages/util/script/build.ts
Normal file
9
packages/util/script/build.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bun
|
||||
|
||||
import { $ } from "bun"
|
||||
import { fileURLToPath } from "node:url"
|
||||
|
||||
process.chdir(fileURLToPath(new URL("..", import.meta.url)))
|
||||
|
||||
await $`rm -rf dist`
|
||||
await $`bun tsc -p tsconfig.build.json`
|
||||
Loading…
Add table
Add a link
Reference in a new issue