devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
202 stars 30 forks source link

Bug: Missing `dist` folder in 2.0.32 npm build #68

Closed escral closed 3 weeks ago

escral commented 3 weeks ago

https://www.npmjs.com/package/vue3-google-login/v/2.0.32?activeTab=code

mertcelen commented 3 weeks ago

I'm having same problem 👍🏻

pojdrovic commented 3 weeks ago

Same! Builds are breaking

Firu115 commented 3 weeks ago

How does that even happen?!

devbaji commented 3 weeks ago

@escral @mertcelen @pojdrovic @Firu115 Sorry for the trouble guys, I was trying to automate the build process, silly me forgot to add "npm run build" command to the YML file 😟 Fixed this in the latest version 2.0.33

Firu115 commented 3 weeks ago

We forgive you!