Skip to content

Commit

Permalink
Install server dependencies for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Jan 21, 2024
1 parent 944e8e1 commit e22e786
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
with:
node-version: "20.x"

- name: Install Dependencies
- name: Install Server Dependencies
run: npm install

- name: Install Client Dependencies
run: npm install
working-directory: ./client

Expand Down

0 comments on commit e22e786

Please sign in to comment.