build(aio): remove redundant arg
This commit is contained in:
parent
0e2dd76c3b
commit
413e11fac2
|
@ -11,7 +11,7 @@ UPLOAD_URL=$AIO_BUILDS_HOST/create-build/$TRAVIS_PULL_REQUEST/$TRAVIS_PULL_REQUE
|
||||||
|
|
||||||
cd "`dirname $0`/.."
|
cd "`dirname $0`/.."
|
||||||
|
|
||||||
yarn run build -- --prod
|
yarn run build
|
||||||
tar --create --gzip --directory "$INPUT_DIR" --file "$OUTPUT_FILE" .
|
tar --create --gzip --directory "$INPUT_DIR" --file "$OUTPUT_FILE" .
|
||||||
|
|
||||||
exec 3>&1
|
exec 3>&1
|
||||||
|
|
Loading…
Reference in New Issue