pmadruga / react-native-clean-project

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

Fix typo in source/internals/tasks.js #76

Closed sushrut-desora closed 3 years ago

sushrut-desora commented 3 years ago

Fix (source/internals/tasks.js): change teask to tasks

fixed a typo at line 94. Rename teask to tasks. Throws the following error while running without the fix.

error teask is not defined.
ReferenceError: teask is not defined
sushrut-desora commented 3 years ago

Did not check the existing pull request before making this edit. https://github.com/pmadruga/react-native-clean-project/pull/75

When will the changes be merged ? The issue seems to persist in version 3.6.5 when i installed it today

pmadruga commented 3 years ago

Thanks for this! I fixed before I saw this PR.