Skip to content

Commit

Permalink
github action build web frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed Jun 27, 2024
1 parent a955cb0 commit 0026f38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
working-directory: web/client
- run: yarn build
working-directory: web/client

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 0026f38

Please sign in to comment.