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