-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Build gets stuck after success #580
Comments
Oh, reproduced! |
Thanks, fixed at: fa473a7 |
I'm trying to strip it down and reduce what is necessary. Thanks a lot for the quick fix! |
In fact, I think we should avoid introducing If you can find the root cause, please tell me, thank you! |
When removing |
@ulivz I also fixed it by moving the |
Thanks, I just reverted the fix. |
@ulivz is this something that Vue SSR should deal with? Or is this just common practice that timeouts/intervals should be avoided in |
And blocking exit when using For more information, you can try to understand the |
Bug report
Version
Tested with 9.1 and 10.1
Steps to reproduce
This happens ONLY in this repository:
[email protected]:MartinMuzatko/wire-up-your-front-ends.git
or download from here: https://gitlab.com/MartinMuzatko/wire-up-your-front-endsMy other vuepress project builds fine, but since this project is based off of previous projects I don't see any problem..
What is expected?
command finishes
What is actually happening?
command never finishes and is stuck at "Success! Generated static files "
I never get returned to the CLI prompt
This wouldn't be that drastic, if CI systems don't need the command to finish in order to publish.
Other relevant information
The text was updated successfully, but these errors were encountered: