pmadruga / react-native-clean-project

Automating the clean up of a React Native project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use npm instead of yarn if yarn in unavailable

t-ricci-enhancers opened this issue · comments

/bin/sh: yarn: command not found

it should first detect if yarn is installed, otherwise clean npm cache instead

I'm not really a yarn user but a PR would be more than welcome!

This has been implemented.