mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove npm i - is this still needed?
This commit is contained in:
parent
5df101fa47
commit
c835c2ac46
2 changed files with 9 additions and 9 deletions
12
.github/workflows/backend-tests.yml
vendored
12
.github/workflows/backend-tests.yml
vendored
|
@ -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: >
|
||||
|
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue