mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Fixed documentation to be pnpm run plugins i for plugin installation (#6405)
This commit is contained in:
parent
966b0dc2d1
commit
27dab95113
7 changed files with 4853 additions and 3838 deletions
|
@ -69,7 +69,7 @@ jobs:
|
|||
working-directory: ./etherpad-lite
|
||||
run: |
|
||||
pnpm link --global $PLUGIN_NAME
|
||||
pnpm run install-plugins --path ../../plugin
|
||||
pnpm run plugins i --path ../../plugin
|
||||
env:
|
||||
PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
|
||||
- name: Link ep_etherpad-lite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue