deploy-react-to-ghpages icon indicating copy to clipboard operation
deploy-react-to-ghpages copied to clipboard

yarn support?

Open wh1t3h47 opened this issue 1 year ago • 1 comments

Doesn't work with yarn projects

wh1t3h47 avatar Oct 13 '23 21:10 wh1t3h47

It can work with yarn projects, you just have to use NPM commands for this particular action. I have a yarn project here that's using the action: https://github.com/atb-brown/austin/blob/18eaa245d3c4c7bbb1b82589974765204ccc7bda/.github/workflows/siteDeploy.yml

So the action doesn't support yarn, but it can work with yarn projects.

atb-brown avatar Nov 14 '23 23:11 atb-brown