fix(monorepo/server): try to fix npm ci error due to monorepo dep

This commit is contained in:
Elian Doran 2025-04-19 15:37:44 +03:00
parent 75bdb3117f
commit 10f392642a
No known key found for this signature in database

View File

@ -75,7 +75,7 @@ runs:
# Build setup # Build setup
- name: Install dependencies - name: Install dependencies
shell: ${{ inputs.shell }} shell: ${{ inputs.shell }}
run: npm ci run: npm ci --workspaces
- name: Update build info - name: Update build info
shell: ${{ inputs.shell }} shell: ${{ inputs.shell }}