We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2769a commit 436af62Copy full SHA for 436af62
.github/workflows/backend-tests.yml
@@ -55,11 +55,11 @@ jobs:
55
name: Prepare plugin
56
run: |
57
pnpm config set auto-install-peers false
58
- cd ./plugin/src
+ cd ./plugin
59
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
60
pnpm i
61
pnpm link --global
62
- pnpm link ep_etherpad-lite
+ pnpm link --global ep_etherpad-lite
63
cd ../etherpad
64
pnpm link "${PLUGIN_NAME}"
65
# Rename to match the glob pattern passed to mocha.
0 commit comments