Skip to content

Commit

Permalink
Merge pull request #31 from etclabscore/fix/electron-release-build
Browse files Browse the repository at this point in the history
fix(circleci): run build before electron:build
  • Loading branch information
shanejonas authored Jun 20, 2019
2 parents eeb80b1 + f2bbc19 commit 3da76bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
command: |
echo 'export APP_VERSION_GIT_TAG=$(npm run --silent version)' >> $BASH_ENV # Redirect MY_ENV_VAR into $BASH_ENV
- run: npm install
- run: npm run build
- run: npm run electron:build -- --win --ia32
- persist_to_workspace:
root: ~/project
Expand All @@ -84,6 +85,7 @@ jobs:
command: |
echo 'export APP_VERSION_GIT_TAG=$(npm run --silent version)' >> $BASH_ENV # Redirect MY_ENV_VAR into $BASH_ENV
- run: npm install
- run: npm run build
- run: npm run electron:build
- persist_to_workspace:
root: ~/project
Expand All @@ -101,6 +103,7 @@ jobs:
command: |
echo 'export APP_VERSION_GIT_TAG=$(npm run --silent version)' >> $BASH_ENV # Redirect MY_ENV_VAR into $BASH_ENV
- run: npm install
- run: npm run build
- run: npm run electron:build
- persist_to_workspace:
root: ~/project
Expand Down

0 comments on commit 3da76bb

Please sign in to comment.