Skip to content

Commit

Permalink
add npm run build step before make to workflow (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: dani <[email protected]>
  • Loading branch information
kheina and kheina authored Apr 15, 2024
1 parent d6d2a62 commit 8cf3e10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: build firefox
run: npm run build
- name: zip firefox
id: build
run: |
make firefox
Expand All @@ -35,6 +37,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: build chrome
run: npm run build
- name: zip chrome
id: build
run: |
make chrome
Expand Down

0 comments on commit 8cf3e10

Please sign in to comment.