mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Fixed missing workspace declaration.
This commit is contained in:
parent
b4ac96d823
commit
c78c83da35
3 changed files with 3 additions and 3 deletions
2
.github/workflows/frontend-admin-tests.yml
vendored
2
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
# We intentionally install an old ep_align version to test upgrades to
|
# We intentionally install an old ep_align version to test upgrades to
|
||||||
# the minor version number. The --legacy-peer-deps flag is required to
|
# the minor version number. The --legacy-peer-deps flag is required to
|
||||||
# work around a bug in npm v7: https://github.com/npm/cli/issues/2199
|
# work around a bug in npm v7: https://github.com/npm/cli/issues/2199
|
||||||
run: pnpm install ep_align@0.2.27
|
run: pnpm install --workspace root ep_align@0.2.27
|
||||||
# Etherpad core dependencies must be installed after installing the
|
# Etherpad core dependencies must be installed after installing the
|
||||||
# plugin's dependencies, otherwise npm will try to hoist common
|
# plugin's dependencies, otherwise npm will try to hoist common
|
||||||
# dependencies by removing them from src/node_modules and installing them
|
# dependencies by removing them from src/node_modules and installing them
|
||||||
|
|
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
# The --legacy-peer-deps flag is required to work around a bug in npm v7:
|
# The --legacy-peer-deps flag is required to work around a bug in npm v7:
|
||||||
# https://github.com/npm/cli/issues/2199
|
# https://github.com/npm/cli/issues/2199
|
||||||
run: >
|
run: >
|
||||||
pnpm install
|
pnpm install --workspace root
|
||||||
ep_align
|
ep_align
|
||||||
ep_author_hover
|
ep_author_hover
|
||||||
ep_cursortrace
|
ep_cursortrace
|
||||||
|
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# 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
|
pnpm install --workspace root
|
||||||
ep_align
|
ep_align
|
||||||
ep_author_hover
|
ep_author_hover
|
||||||
ep_cursortrace
|
ep_cursortrace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue