revert: fix(ci) install command for monorepo

This commit is contained in:
Guz013
2023-11-29 10:31:00 -03:00
parent 599cb5f202
commit 41587354aa

View File

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