pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.18k stars 52 forks source link

Removes full path from npm script example #5

Closed alexanderwallin closed 6 years ago

alexanderwallin commented 6 years ago

If you have defined a bin entry in the package.json, you don't need to prefix it with ./node_modules/.bin. npm will look it up for you.

pmadruga commented 6 years ago

Thanks!