Skip to content

Commit

Permalink
use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Oct 13, 2024
1 parent 8976d37 commit d020e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-container-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: yarn
working-directory: ./web/ui
- run: npm run build
- run: yarn build
working-directory: ./web/ui

# Build docker image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: yarn
working-directory: ./web/ui
- run: npm run build
- run: yarn build
working-directory: ./web/ui

# Build go binary
Expand Down

0 comments on commit d020e31

Please sign in to comment.