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

update vue cli build #18654

Closed
wants to merge 1 commit into from
Closed

update vue cli build #18654

wants to merge 1 commit into from

Conversation

peterhashair
Copy link
Contributor

@peterhashair peterhashair commented Jan 19, 2022

Description:

@diosmosis try this works for me. ./console vue:build on local. But somehow the github action VUE build doesn't run correctly

Review

update vue cli build
@diosmosis
Copy link
Member

@peterhashair you'd have to change a vue file to trigger the github action. You can either make a pointless change to a vue/ts file or just run it locally and push the changes. If the tests pass, it would be worth trying. Since the problem is random it would be hard to test for anyway.

@peterhashair
Copy link
Contributor Author

@diosmosis I don't think that works, it still failed if I try a second time.

@diosmosis
Copy link
Member

@diosmosis I don't think that works, it still failed if I try a second time.

You mean the github action? You will have to change a vue file, commit and push it, otherwise the action will think nothing has changed and not rebuild. If you mean something else, let me know.

@peterhashair
Copy link
Contributor Author

@diosmosis sorry I mean, vue:build
image

@diosmosis
Copy link
Member

@peterhashair so the random errors are still there? If yes, it might be because the change is to eslintrc.js but the errors come from the typescript compiler tsc.

@sgiehl sgiehl deleted the test-vue-cli branch April 5, 2023 16:33
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.

None yet

2 participants