From 2af6ff30aadde5eed085d1b1a04e1492f5645392 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Fri, 22 Sep 2017 23:19:12 +0900 Subject: [PATCH] Package apps at separate steps --- circle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: