Forráskód Böngészése

Change references from `make website-*` to `make web-*`

Kevin van Zonneveld 9 éve
szülő
commit
711b8a3738
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      .travis.yml
  2. 2 2
      README.md

+ 1 - 1
.travis.yml

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

+ 2 - 2
README.md

@@ -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:
 
 ```bash
-make website-preview
+make web-preview
 ```
 
 ## FAQ