mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
examples: run native build script
Use the package build command when refreshing host artifacts so the examples build follows the supported native build workflow.
This commit is contained in:
@@ -135,7 +135,7 @@ if (usePrebuiltArtifacts) {
|
||||
console.log("✅ Prebuilt native opentui packages verified")
|
||||
} else if (buildHostOnly) {
|
||||
console.log("Refreshing the host native opentui package...")
|
||||
await Bun.$`bun ${join(coreRoot, "scripts", "build.ts")} --native`
|
||||
await Bun.$`bun run build:native`.cwd(coreRoot)
|
||||
verifyNativePackages(buildTargets)
|
||||
console.log("✅ Host native package refreshed")
|
||||
} else if (canBuildLocalNativePackagesForAllTargets) {
|
||||
|
||||
Reference in New Issue
Block a user