Skip to content

Commit

Permalink
Update frontend.yml to use pnpm for dependency installation and proje…
Browse files Browse the repository at this point in the history
…ct build
  • Loading branch information
bluescorpian committed Feb 5, 2025
1 parent 818ac07 commit e453d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
cache-dependency-path: frontend/pnpm-lock.yaml

- name: Install dependencies
run: npm ci
run: pnpm install

- name: Build project
run: npm run build
run: pnpm run build

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit e453d52

Please sign in to comment.