From efbd24eb174b243a0ee3c32b687eef75a3cee432 Mon Sep 17 00:00:00 2001 From: Evgeny Kochetkov Date: Sat, 23 Jan 2021 09:18:08 +0300 Subject: [PATCH] run build dist commands on windows in powershell --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d65b006c..00973cbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -280,8 +280,10 @@ jobs: - run: *step-bump-version - run: name: Build electron IDE distro - command: NODE_ENV=production yarn build:electron && yarn dist:electron - shell: bash + command: | + $env:NODE_ENV="production" + yarn build:electron + yarn dist:electron no_output_timeout: 30m - persist_to_workspace: root: packages/xod-client-electron/dist