From 413e11fac2f0f73a438f34a198b0d8d13d754a33 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Wed, 8 Mar 2017 16:26:51 +0200 Subject: [PATCH] build(aio): remove redundant arg --- aio/scripts/deploy-preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/scripts/deploy-preview.sh b/aio/scripts/deploy-preview.sh index d624b3c4ef..b032388fd2 100755 --- a/aio/scripts/deploy-preview.sh +++ b/aio/scripts/deploy-preview.sh @@ -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