mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(release): stabilize beta validation after rebase
This commit is contained in:
@@ -353,7 +353,12 @@ describe("collectInstalledRootDependencyManifestErrors", () => {
|
||||
);
|
||||
writeFileSync(
|
||||
join(packageRoot, "dist", "externalized-plugin-runtime.js"),
|
||||
'import * as lark from "@larksuiteoapi/node-sdk";\nexport { lark };\n',
|
||||
[
|
||||
'import * as lark from "@larksuiteoapi/node-sdk";',
|
||||
'import prism from "prism-media";',
|
||||
"export { lark, prism };",
|
||||
"",
|
||||
].join("\n"),
|
||||
"utf8",
|
||||
);
|
||||
mkdirSync(join(packageRoot, "dist", "plugin-sdk"), { recursive: true });
|
||||
|
||||
Reference in New Issue
Block a user