Skip to content

Commit

Permalink
reinstall all node-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Nov 28, 2020
1 parent a3466ff commit a40f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
security set-key-partition-list -S apple-tool:,apple: -s -k ${{ secrets.CSC_KEY_PASSWORD }} buildagent.keychain
- name: npm install and build
run: |
npm install
npm ci
npm run electron:build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit a40f102

Please sign in to comment.