0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: prepack before publish

This commit is contained in:
Gao Sun 2022-12-30 14:23:13 +08:00
parent 0451de5024
commit ce48251920
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -51,6 +51,7 @@ if (taggedPackages.length === 0) {
} }
try { try {
execSync('pnpm prepack');
execSync('pnpm -r publish'); execSync('pnpm -r publish');
execSync('git push --follow-tags'); execSync('git push --follow-tags');
} catch (error) { } catch (error) {