mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Modified windows deployment.
This commit is contained in:
parent
368a0a2bd1
commit
d6a3395e67
1 changed files with 3 additions and 1 deletions
4
.github/workflows/backend-tests.yml
vendored
4
.github/workflows/backend-tests.yml
vendored
|
@ -118,9 +118,11 @@ jobs:
|
|||
cache-dependency-path: |
|
||||
src/package-lock.json
|
||||
src/bin/doc/package-lock.json
|
||||
- name: Install dependencies
|
||||
run: cd src && npm i
|
||||
-
|
||||
name: Install the ep_etherpad-lite package from ./src
|
||||
run: src/bin/installOnWindows.bat
|
||||
run: cd src && ./bin/installOnWindows.bat
|
||||
# -
|
||||
# name: Run npm i once to make bin files available - why is this needed at all?
|
||||
# run: npm i
|
||||
|
|
Loading…
Reference in a new issue