mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Added backend install for plugins.
This commit is contained in:
parent
eec1dd18d2
commit
66fe08fdd3
1 changed files with 4 additions and 5 deletions
9
.github/workflows/backend-tests.yml
vendored
9
.github/workflows/backend-tests.yml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Install Etherpad plugins
|
name: Install Etherpad plugins
|
||||||
run: >
|
run: >
|
||||||
pnpm install --workspace-root
|
pnpm run install-plugins
|
||||||
ep_align
|
ep_align
|
||||||
ep_author_hover
|
ep_author_hover
|
||||||
ep_cursortrace
|
ep_cursortrace
|
||||||
|
@ -236,12 +236,14 @@ jobs:
|
||||||
- name: Build admin ui
|
- name: Build admin ui
|
||||||
working-directory: admin
|
working-directory: admin
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||||
|
run: bin/installOnWindows.bat
|
||||||
-
|
-
|
||||||
name: Install Etherpad plugins
|
name: Install Etherpad plugins
|
||||||
# The --legacy-peer-deps flag is required to work around a bug in npm
|
# The --legacy-peer-deps flag is required to work around a bug in npm
|
||||||
# v7: https://github.com/npm/cli/issues/2199
|
# v7: https://github.com/npm/cli/issues/2199
|
||||||
run: >
|
run: >
|
||||||
pnpm install --workspace-root
|
pnpm run install-plugins
|
||||||
ep_align
|
ep_align
|
||||||
ep_author_hover
|
ep_author_hover
|
||||||
ep_cursortrace
|
ep_cursortrace
|
||||||
|
@ -263,9 +265,6 @@ jobs:
|
||||||
# Even if npm correctly hoists the dependencies, the hoisting seems to
|
# Even if npm correctly hoists the dependencies, the hoisting seems to
|
||||||
# confuse tools such as `npm outdated`, `npm update`, and some ESLint
|
# confuse tools such as `npm outdated`, `npm update`, and some ESLint
|
||||||
# rules.
|
# rules.
|
||||||
-
|
|
||||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
|
||||||
run: bin/installOnWindows.bat
|
|
||||||
-
|
-
|
||||||
name: Fix up the settings.json
|
name: Fix up the settings.json
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue