andresz1 / size-limit-action

Compare the real cost to run your JS app or lib to keep good performance in every pull request
ISC License
451 stars 84 forks source link

fix: added directory to yarn check #55

Closed Ninerian closed 3 years ago

Ninerian commented 3 years ago

When I used the directory param I noticed that npm was used instead of yarn even as I had setup my project with it.

As the hasYarn function allows to pass in a path as argument I used this to fix the problem.

andresz1 commented 3 years ago

LGTM