Browse Source

simplify npm link script a little bit (#7862)

We don't need to remove the folders before linking the modules
main
Steve Mao 8 years ago
committed by Dan Abramov
parent
commit
43373c4406
  1. 2
      contributing/how-to-contribute.md

2
contributing/how-to-contribute.md

@ -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
```

Loading…
Cancel
Save