diff --git a/.github/workflows/deploy-client.yml b/.github/workflows/deploy-client.yml index 7567d9b..8152c22 100644 --- a/.github/workflows/deploy-client.yml +++ b/.github/workflows/deploy-client.yml @@ -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