Build plugin runtime during postinstall

This commit is contained in:
PerishCode 2026-05-14 19:19:28 +08:00
parent 43b1b94c8e
commit 7ea77cf8b1

View file

@ -8,6 +8,7 @@ const repoRoot = resolve(scriptDir, "..");
const buildTargets = [
"packages/contracts",
"packages/plugin-runtime",
"packages/sidecar-proto",
"packages/sidecar",
"packages/platform",