diff --git a/circle.yml b/circle.yml index 4c50a15a..b51a6eb2 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,9 @@ dependencies: - unset DISPLAY && wineboot --init - npm run build - - npm run package:windows & npm run package:mac & npm run package:linux & wait + - npm run package:windows + - npm run package:mac + - npm run package:linux - sh -x ./scripts/cp_artifacts.sh release $CIRCLE_ARTIFACTS test: