Merge pull request #35 from thclark/patch-1
Fixed order of `npm link` to be before `cd example`
This commit is contained in:
parent
45ab8c0dc6
commit
b50afdf7e7
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,7 @@ First, you'll run rollup to watch your `src/` module and automatically recompile
|
|||
|
||||
```bash
|
||||
npm start # runs rollup with watch flag
|
||||
npm link <your-module-name> # optional if using yarn
|
||||
```
|
||||
|
||||
The second part will be running the `example/` create-react-app that's linked to the local version of your module.
|
||||
|
@ -74,7 +75,6 @@ The second part will be running the `example/` create-react-app that's linked to
|
|||
```bash
|
||||
# (in another tab)
|
||||
cd example
|
||||
npm link <your-module-name> # optional if using yarn
|
||||
npm start # runs create-react-app dev server
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue