Skip to content

Commit 5d51fa6

Browse files
committed
Fixed paths.
1 parent b272799 commit 5d51fa6

File tree

4 files changed

+36
-37
lines changed

4 files changed

+36
-37
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
-
4949
name: Prepare Etherpad core
5050
run: |
51-
cd ./etherpad/src
51+
cd ./etherpad
5252
./bin/installDeps.sh
5353
pnpm link --global
54-
ls -lisa ../node_modules
5554
-
5655
name: Prepare plugin
5756
run: |

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
restore-keys: |
4545
${{ runner.os }}-pnpm-store-
4646
-
47-
run: cd ../etherpad-lite/src && ./bin/installDeps.sh && pnpm link --global
47+
run: cd ../etherpad-lite && ./bin/installDeps.sh && pnpm link --global
4848
-
4949
run: |
5050
pnpm config set auto-install-peers false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"eslint": "^8.57.0",
2323
"eslint-config-etherpad": "^3.0.13",
24-
"typescript": "^4.9.5"
24+
"typescript": "^5.4.2"
2525
},
2626
"scripts": {
2727
"lint": "eslint .",

pnpm-lock.yaml

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)