feat(util): configure package publishing (#38129)
This commit is contained in:
parent
cf651bc41b
commit
69d7c2add7
35 changed files with 161 additions and 71 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