Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Mar 28, 2024
1 parent 4a4ad91 commit 47154de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ jobs:
make dep
- name: "Build"
working-directory: client/web/${{ matrix.app }}
run: make build
run: |
cat package.json
make build
# - name: "Copy essentials"
# run: cp *.md DCO LICENSE client/web/${{ matrix.app }}
# - name: "Release"
Expand Down

0 comments on commit 47154de

Please sign in to comment.