Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Nov 23, 2021
1 parent 31fec59 commit 6728221
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
node-version: '16'
cache: 'npm'
- name: Build
run: npm install
- run: npm run build chrome
- run: npm run build firefox
run: |
npm install
npm run build chrome
npm run build firefox
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6728221

Please sign in to comment.