Skip to content

Commit

Permalink
fix: ci build (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion authored Mar 29, 2024
1 parent 1ab286d commit c4919f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: |
cd web && npm install
- name: Build Front
run: |
cd web && npm install && npm run build && cp -r dist ../cmd/client/static
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit c4919f6

Please sign in to comment.