Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: checkNewVersion Blocks dev and build Commands #1082

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

cheezone
Copy link
Contributor

#1081

Details

This PR addresses an issue with the checkNewVersion function. Currently, checkNewVersion is using await, which causes both the dev and build commands to wait until checkNewVersion finishes executing. This results in a delay before these commands can start, affecting the overall developer experience.

Code of Conduct

  • [ x] I agree to follow this project's Code of Conduct
  • [x ] I agree to license this contribution under the MIT LICENSE
  • [x ] I checked the current PR for duplication.

Contacts

  • (OPTIONAL) Discord ID:

If your PR is accepted, we will award you with the Contributor role on Discord server.

To join the server, visit: https://www.plasmo.com/s/d

Copy link
Contributor

@louisgv louisgv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh neat, right this doesn't need to block!

@louisgv louisgv added this pull request to the merge queue Sep 27, 2024
Merged via the queue into PlasmoHQ:main with commit e7ccd95 Sep 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants