mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 07:42:04 +00:00
fix(plugins): keep package dry-run json clean
This commit is contained in:
parent
11a5b30f3e
commit
b44cbecdf8
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ build_package_runtime() {
|
|||
return
|
||||
fi
|
||||
log "Package-local runtime build: ${package_dir}"
|
||||
node scripts/lib/plugin-npm-runtime-build.mjs "${package_dir}"
|
||||
node scripts/lib/plugin-npm-runtime-build.mjs "${package_dir}" >&2
|
||||
}
|
||||
|
||||
mirror_auth_token=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue