Fixed windows script.

This commit is contained in:
SamTV12345 2024-02-10 14:49:30 +01:00
parent 269f171434
commit d5063aeb48
6 changed files with 21 additions and 7 deletions

View file

@ -14,7 +14,7 @@ cd /D node_modules
mklink /D "ep_etherpad-lite" "..\src"
cd /D "ep_etherpad-lite"
cmd /C npm ci --legacy-peer-deps || exit /B 1
cmd /C pnpm i || exit /B 1
cd /D "%~dp0\..\.."