Skip to content

Commit

Permalink
chore: adjust release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Oct 11, 2024
1 parent 84760d1 commit a4096ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Release {
await this.askReleaseVersion()
this.bumpVersion()
await this.buildProduct()
await this.publishToNpm()
this.commit()
await this.publishToNpm()
logger.log('🌟 命令执行完毕 🎉')
}

Expand Down

0 comments on commit a4096ee

Please sign in to comment.