Skip to content

Commit 91182e1

Browse files
committed
Merge branch 'master' of github.com:pmadruga/react-native-clean-project
2 parents 2066888 + 5f918cd commit 91182e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This is a combination of the commands suggested in the React Native documentatio
4242
| React-native cache | `rm -rf $TMPDIR/react-*` | Yes | No | true | |
4343
| Metro bundler cache | `rm -rf $TMPDIR/metro-*` | Yes | No | true | |
4444
| Watchman cache | `watchman watch-del-all` | Yes | No | true | |
45-
| NPM modules | `rm -rf node_modules` | Yes | Yes | true | --keep-node_modules |
45+
| NPM modules | `rm -rf node_modules` | Yes | Yes | true | --keep-node-modules |
4646
| Yarn cache | `yarn cache clean` | Yes | Yes | true | --keep-node-modules |
4747
| Yarn packages | `yarn install` | No | Yes | true | --keep-node-modules |
4848
| NPM cache | `npm cache verify` | Yes | Yes | true | --keep-node-modules |

0 commit comments

Comments
 (0)