mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
fix react and solid ci builds
This commit is contained in:
@@ -99,7 +99,7 @@ console.log("Generating TypeScript declarations...")
|
||||
|
||||
const tsconfigBuildPath = join(rootDir, "tsconfig.build.json")
|
||||
|
||||
const tscResult: SpawnSyncReturns<Buffer> = spawnSync("npx", ["tsc", "-p", tsconfigBuildPath], {
|
||||
const tscResult: SpawnSyncReturns<Buffer> = spawnSync("bunx", ["tsc", "-p", tsconfigBuildPath], {
|
||||
cwd: rootDir,
|
||||
stdio: "inherit",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user