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:
parent
0451de5024
commit
ce48251920
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue