Skip to content

Commit

Permalink
[Deploy Playground] Fix Netlify build command
Browse files Browse the repository at this point in the history
Lib needs to be built to `dist` before example can be built ("Cannot resolve dependency '../../dist'")
  • Loading branch information
netzwerg authored Sep 11, 2019
1 parent 0b8d260 commit 26ee608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Alternatively, if you already have a git repo connected, you can set up continuo

```bash
netlify init
# build command: cd example && yarn && yarn build
# build command: yarn && yarn build && cd example && yarn && yarn build
# directory to deploy: example/dist
# pick yes for netlify.toml
```
Expand Down

0 comments on commit 26ee608

Please sign in to comment.