xRealNeon/VuePagesAction

Support for Vue project having yarn.lock

abhijeetj100 opened this issue · 6 comments

Hi,

I am trying to integrate this action with one of my Vue projects that uses yarn and not npm, so instead of package-lock.json, a yarn.lock is created.

image

Is it possible to support that?

Thanks

PS: Let me know if this is the wrong place to add this query.

Hey👋, sorry for not replying for so long, I have already started to add yarn support. It will probably be ready soon.

Thanks, @xRealNeon.

Looking forward to it 😄

Hey, I made the release, please try it out and tell me if it works.

https://github.com/xRealNeon/VuePagesAction/releases/tag/1.0.1

Not working for me
Screen Shot 2021-10-12 at 1 24 00 AM

You have to add the useyarn option and set it to true @codyatwork

grafik

That worked great, thanks so much!