mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
test: harden parallels package smokes
This commit is contained in:
@@ -1156,6 +1156,7 @@ pack_main_tgz() {
|
||||
fi
|
||||
say "Pack current main tgz"
|
||||
ensure_current_build
|
||||
write_package_dist_inventory
|
||||
stage_pack_runtime_deps
|
||||
short_head="$(git rev-parse --short HEAD)"
|
||||
pkg="$(
|
||||
@@ -1238,6 +1239,11 @@ ensure_current_build() {
|
||||
current_control_ui_ready || die "dist/control-ui/index.html missing after ui build"
|
||||
}
|
||||
|
||||
write_package_dist_inventory() {
|
||||
node --import tsx --input-type=module --eval \
|
||||
'import { writePackageDistInventory } from "./src/infra/package-dist-inventory.ts"; await writePackageDistInventory(process.cwd());'
|
||||
}
|
||||
|
||||
stage_pack_runtime_deps() {
|
||||
node scripts/stage-bundled-plugin-runtime-deps.mjs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user