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 1b2230a commit 1904c9dCopy full SHA for 1904c9d
.github/workflows/backend-tests.yml
@@ -58,10 +58,6 @@ jobs:
58
cd ./plugin
59
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
60
pnpm i
61
- pnpm link --global
62
- pnpm unlink --global etherpad || true
63
64
- cd ../etherpad/src
65
pnpm link --global "${PLUGIN_NAME}"
66
# Rename to match the glob pattern passed to mocha.
67
ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
0 commit comments