mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 21:59:15 -04: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
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…
Add table
Add a link
Reference in a new issue