fix(ci): 🐛 👷 install command for monorepo

This commit is contained in:
Guz013
2023-11-28 17:38:03 -03:00
parent c4434a5c3e
commit ca7e58d453

View File

@@ -45,5 +45,5 @@ runs:
- name: Install dependencies
if: inputs.install-deps
run: pnpm install
run: pnpm install -r
shell: bash