Skip to content

Commit 89f2d06

Browse files
committed
Unlink before
1 parent b86627a commit 89f2d06

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
6161
pnpm link --global
62-
pnpm link --global etherpad
62+
pnpm unlink --global etherpad || true
63+
pnpm link --globa
6364
cd ../etherpad/src
6465
pnpm link --global "${PLUGIN_NAME}"
6566
# Rename to match the glob pattern passed to mocha.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
onlyBuiltDependencies:
2+
- unrs-resolver

0 commit comments

Comments
 (0)