mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(all): release script improvement
This commit is contained in:
@@ -18,6 +18,9 @@ async function main() {
|
||||
await publishProject('angular', version);
|
||||
|
||||
await publishGit(version);
|
||||
|
||||
console.log(`\n @ionic/core ${version} published!! 🎉`);
|
||||
console.log(`@ionic/angular ${version} published!! 🎉\n`);
|
||||
process.exit(0);
|
||||
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user