mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Only install direct dependencies.
This commit is contained in:
parent
6ea7e2a50c
commit
9a5d1ce11f
7 changed files with 13 additions and 15 deletions
|
@ -46,7 +46,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-store-
|
||||
- name: Only install direct dependencies
|
||||
run: pnpm config set auto-install-peers true
|
||||
run: pnpm config set auto-install-peers false
|
||||
-
|
||||
name: Install Etherpad plugins
|
||||
# The --legacy-peer-deps flag is required to work around a bug in npm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue