diff --git a/.scripts/publish.js b/.scripts/publish.js index 95f3cd5e3..e47612dc4 100644 --- a/.scripts/publish.js +++ b/.scripts/publish.js @@ -51,6 +51,7 @@ if (taggedPackages.length === 0) { } try { + execSync('pnpm prepack'); execSync('pnpm -r publish'); execSync('git push --follow-tags'); } catch (error) {