revert: fix(ci) install command for monorepo
This commit is contained in:
2
.github/actions/pnpm-setup/action.yml
vendored
2
.github/actions/pnpm-setup/action.yml
vendored
@@ -45,5 +45,5 @@ runs:
|
||||
|
||||
- name: Install dependencies
|
||||
if: inputs.install-deps
|
||||
run: pnpm install -r
|
||||
run: pnpm install
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user