Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 21, 2024
1 parent ef9a196 commit 8476aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
# choose node.js version to use
node-version: 20
# cache deps for pnpm
# cache deps for npm
cache: npm

# run build script
- name: install deps
run: npm i
run: npm i && cd client && npm i

- name: install deps
run: npm run prepack
Expand Down

0 comments on commit 8476aa6

Please sign in to comment.