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 ff317e3 commit 8976d37
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 11,195 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-container.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
Loading

0 comments on commit 8976d37

Please sign in to comment.