Skip to content

Commit

Permalink
release: binaries update (#146)
Browse files Browse the repository at this point in the history
* build the entire package

* nit
  • Loading branch information
ashwiniag authored Feb 3, 2025
1 parent a5ec813 commit 108cf9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: go mod tidy

- name: Install Dependencies (webapp)
run: |
npm install
npm run build
working-directory: ./webapp
run: |
npm install
npm run build
working-directory: ./webapp

- name: Build Binaries
run: |
Expand Down

0 comments on commit 108cf9d

Please sign in to comment.