mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04: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: |
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue