Skip to content

Commit

Permalink
Added --prefix to pnpm steps in the test-deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Sep 10, 2024
1 parent aa66d09 commit a151d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
cache: pnpm
cache-dependency-path: docs/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
run: pnpm --prefix docs install
- name: Test build website
run: pnpm run build
run: pnpm --prefix docs run build

0 comments on commit a151d02

Please sign in to comment.