Skip to content

Commit

Permalink
fix: ci build (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Mar 29, 2024
1 parent c4919f6 commit 6ee0e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: '20'
- name: Build Front
run: |
cd web && npm install && npm run build && cp -r dist ../cmd/client/static
cd web && npm install | true && npm run build && cp -r dist ../cmd/client/static
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 6ee0e73

Please sign in to comment.