Skip to content

Commit 7174d96

Browse files
authored
chore: fix build replacing npm by pnpm (#136)
1 parent 774b746 commit 7174d96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
node-version-file: '.nvmrc'
2828

2929
- name: Install dependencies
30-
run: npm install
30+
run: pnpm install
3131

3232
- name: Build with Astro
33-
run: npm run build
33+
run: pnpm run build
3434

3535
- name: Upload artifact
3636
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)