build(aio): remove unnecessary -- from yarn commands (#19565)

Essentially backports ffceae0a0 and f7199aa8c to 4.4.x.

PR Close #19565
This commit is contained in:
George Kalpakas
2017-10-05 00:38:33 +03:00
committed by Chuck Jazdzewski
parent c9f8718d2a
commit 3232125650
10 changed files with 119 additions and 119 deletions

View File

@ -32,7 +32,7 @@ if [[ ${CI_MODE:-} == "aio" ]]; then
([[ $TRAVIS_BRANCH == "master" ]] || [[ $TRAVIS_BRANCH == $STABLE_BRANCH ]]) &&
[[ $TRAVIS_PULL_REQUEST != "false" ]]; then
travisFoldStart "deploy.aio.pr-preview"
yarn deploy-preview -- --skip-build
yarn deploy-preview --skip-build
travisFoldEnd "deploy.aio.pr-preview"
fi
)