Cleaner way to call Grunt on Travis
This commit is contained in:
parent
078ead9aec
commit
dbcb9a9558
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- yarn install --ignore-scripts
|
- yarn install --ignore-scripts
|
||||||
- ./node_modules/.bin/grunt doc
|
- yarn grunt doc
|
||||||
deploy:
|
deploy:
|
||||||
provider: surge
|
provider: surge
|
||||||
project: ./docs/
|
project: ./docs/
|
||||||
|
|
Loading…
Reference in a new issue