Install js dependencies in build workflow

This commit is contained in:
Melon 2025-02-11 22:05:20 +00:00
parent 61fb7c1d18
commit 71a746bd73
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -15,6 +15,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v4
- run: cd web && yarn build
- run: cd web && yarn install --frozen-lockfile && yarn build
- run: go build ./cmd/lavender
- run: go test ./...