build(aio): remove redundant arg

This commit is contained in:
Georgios Kalpakas 2017-03-08 16:26:51 +02:00 committed by Chuck Jazdzewski
parent 0e2dd76c3b
commit 413e11fac2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ UPLOAD_URL=$AIO_BUILDS_HOST/create-build/$TRAVIS_PULL_REQUEST/$TRAVIS_PULL_REQUE
cd "`dirname $0`/.."
yarn run build -- --prod
yarn run build
tar --create --gzip --directory "$INPUT_DIR" --file "$OUTPUT_FILE" .
exec 3>&1