This commit is contained in:
SamTV12345 2024-02-11 09:14:51 +01:00
parent 2adad829d4
commit c9351183d5

View file

@ -142,12 +142,10 @@ jobs:
- name: Only install direct dependencies
run: pnpm config set auto-install-peers false
- name: Install all dependencies and symlink for ep_etherpad-lite
run: ./bin/installDeps.sh
shell: msys2 {0}
run: .\bin\installOnWindows.bat
working-directory: etherpad/src
-
name: Run Etherpad
shell: msys2 {0}
working-directory: etherpad/src
run: |
pnpm run prod