remove npm i - is this still needed?

fix-admintests
webzwo0i 2023-07-29 13:24:18 +02:00
parent a38c5ac59e
commit 208d4918f9
2 changed files with 9 additions and 9 deletions

View File

@ -121,9 +121,9 @@ jobs:
-
name: Install the ep_etherpad-lite package from ./src
run: src/bin/installOnWindows.bat
-
name: Run npm i once to make bin files available - why is this needed at all?
run: npm i
# -
# name: Run npm i once to make bin files available - why is this needed at all?
# run: npm i
-
name: Fix up the settings.json
run: |
@ -157,9 +157,9 @@ jobs:
-
name: Install the ep_etherpad-lite package from ./src
run: src/bin/installOnWindows.bat
-
name: Run npm i once to make bin files available - why is this needed at all?
run: npm i
# -
# name: Run npm i once to make bin files available - why is this needed at all?
# run: npm i
-
name: Install Etherpad plugins
run: >

View File

@ -37,9 +37,9 @@ jobs:
name: Install the ep_etherpad-lite package from ./src
shell: msys2 {0}
run: src/bin/installDeps.sh
-
name: Run npm i once to make bin files available - why is this needed at all?
run: npm i
# -
# name: Run npm i once to make bin files available - why is this needed at all?
# run: npm i
-
name: Run the backend tests
shell: msys2 {0}