Modified windows deployment.

This commit is contained in:
SamTV12345 2023-12-18 20:17:50 +01:00
parent 368a0a2bd1
commit d6a3395e67

View file

@ -118,9 +118,11 @@ jobs:
cache-dependency-path: | cache-dependency-path: |
src/package-lock.json src/package-lock.json
src/bin/doc/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 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? # name: Run npm i once to make bin files available - why is this needed at all?
# run: npm i # run: npm i