Skip to content

Commit e453d52

Browse files
committed
Update frontend.yml to use pnpm for dependency installation and project build
1 parent 818ac07 commit e453d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
cache-dependency-path: frontend/pnpm-lock.yaml
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: pnpm install
3636

3737
- name: Build project
38-
run: npm run build
38+
run: pnpm run build
3939

4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)