Skip to content

Commit

Permalink
feat: update github action to use yarn manager
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-musau committed Jan 8, 2025
1 parent 17ca6a0 commit f971184
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 4,407 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
- name: Install dependencies
run: |
cd ui
npm ci
yarn install --frozen-lockfile
# Build the project
- name: Build
run: |
cd ui
npm run build
yarn build
# Audit signatures
- name: Audit
run: |
cd ui
npm audit signatures
yarn audit --groups dependencies
# Release
- name: Release
Expand Down
Loading

0 comments on commit f971184

Please sign in to comment.