mirror of
https://github.com/xodio/xod.git
synced 2026-02-20 02:01:20 +01:00
run build dist commands on windows in powershell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user