@@ -15,7 +15,7 @@ script:
after_success:
- git config --global user.name 'Uppy Bot'
- git config --global user.email 'uppybot@uppyjs.io'
- - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && make website-deploy ghpages_url=${GHPAGES_URL}
+ - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && make web-deploy ghpages_url=${GHPAGES_URL}
env:
global:
@@ -21,7 +21,7 @@ npm install
Our website's examples section is also our playground. To get it to run locally type:
```bash
-make website-preview
+make web-preview
```
## Website Development
@@ -39,7 +39,7 @@ It's recommended to exclude `./website/public/` from your editor if you want eff
For local previews on http://127.0.0.1:4000 type:
## FAQ