Skip to content

Commit

Permalink
fix prebuil ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 28, 2020
1 parent b51e4ed commit 9d9d21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: yarn prebuild
run: |
# TODO - this should be yarn, but that is failing on windows
npm --verbose run prebuild && npm --verbose run prebuild-electron
npm --verbose run prebuild
env:
CI: true

Expand Down

0 comments on commit 9d9d21d

Please sign in to comment.