Cleaner way to call Grunt on Travis

This commit is contained in:
Pierre Rudloff 2017-11-10 13:46:23 +01:00
parent 078ead9aec
commit dbcb9a9558
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy:
- yarn install --ignore-scripts
- ./node_modules/.bin/grunt doc
- yarn grunt doc
deploy:
provider: surge
project: ./docs/