mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
fix(ci): prepare plugin sdk boundary dts before lint
This commit is contained in:
@@ -28,6 +28,11 @@ function runNodeStep(label, args, timeoutMs) {
|
||||
}
|
||||
|
||||
runNodeStep("plugin-sdk boundary dts", [tscBin, "-p", "tsconfig.plugin-sdk.dts.json"], 300_000);
|
||||
runNodeStep(
|
||||
"plugin-sdk package boundary dts",
|
||||
[tscBin, "-p", "packages/plugin-sdk/tsconfig.json"],
|
||||
300_000,
|
||||
);
|
||||
runNodeStep(
|
||||
"plugin-sdk boundary root shims",
|
||||
["--import", "tsx", resolve(repoRoot, "scripts/write-plugin-sdk-entry-dts.ts")],
|
||||
|
||||
Reference in New Issue
Block a user