Skip to content

Commit

Permalink
fix: forget install
Browse files Browse the repository at this point in the history
  • Loading branch information
boomchanotai committed Oct 3, 2024
1 parent 987a7ae commit d9f1db8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: |
pnpm install
- name: Build
run: |
pnpm run build
Expand Down

0 comments on commit d9f1db8

Please sign in to comment.