simplify npm link script a little bit (#7862)

We don't need to remove the folders before linking the modules
This commit is contained in:
Steve Mao
2016-10-04 12:20:49 +01:00
committed by Dan Abramov
parent 53d16f86fd
commit ffa70704ca
-2
View File
@@ -116,8 +116,6 @@ If you want to try your changes in your existing React project, you may copy `bu
```sh
cd your_project
rm -rf node_modules/react
rm -rf node_modules/react-dom
npm link ~/path_to_your_react_clone/build/packages/react
npm link ~/path_to_your_react_clone/build/packages/react-dom
```