mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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
|
name: Install the ep_etherpad-lite package from ./src
|
||||||
run: src/bin/installOnWindows.bat
|
run: src/bin/installOnWindows.bat
|
||||||
-
|
# -
|
||||||
name: Run npm i once to make bin files available - why is this needed at all?
|
# name: Run npm i once to make bin files available - why is this needed at all?
|
||||||
run: npm i
|
# run: npm i
|
||||||
-
|
-
|
||||||
name: Fix up the settings.json
|
name: Fix up the settings.json
|
||||||
run: |
|
run: |
|
||||||
|
@ -157,9 +157,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Install the ep_etherpad-lite package from ./src
|
name: Install the ep_etherpad-lite package from ./src
|
||||||
run: src/bin/installOnWindows.bat
|
run: src/bin/installOnWindows.bat
|
||||||
-
|
# -
|
||||||
name: Run npm i once to make bin files available - why is this needed at all?
|
# name: Run npm i once to make bin files available - why is this needed at all?
|
||||||
run: npm i
|
# run: npm i
|
||||||
-
|
-
|
||||||
name: Install Etherpad plugins
|
name: Install Etherpad plugins
|
||||||
run: >
|
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
|
name: Install the ep_etherpad-lite package from ./src
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: src/bin/installDeps.sh
|
run: src/bin/installDeps.sh
|
||||||
-
|
# -
|
||||||
name: Run npm i once to make bin files available - why is this needed at all?
|
# name: Run npm i once to make bin files available - why is this needed at all?
|
||||||
run: npm i
|
# run: npm i
|
||||||
-
|
-
|
||||||
name: Run the backend tests
|
name: Run the backend tests
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
Loading…
Reference in a new issue