Skip to content

Commit

Permalink
[Deploy Playground] Fix Netlify build command (#207)
Browse files Browse the repository at this point in the history
[Deploy Playground] Fix Netlify build command
  • Loading branch information
swyxio authored Sep 11, 2019
2 parents 0b8d260 + 0111130 commit 24a1fdc
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 build && cd example && yarn && yarn build
# directory to deploy: example/dist
# pick yes for netlify.toml
```
Expand Down

0 comments on commit 24a1fdc

Please sign in to comment.