mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Fixed installOnWindows script.
This commit is contained in:
parent
eefbf4a82c
commit
940e80dc5c
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ echo Ensure that all dependencies are up to date... If this is the first time y
|
||||||
|
|
||||||
|
|
||||||
:: Install admin ui
|
:: Install admin ui
|
||||||
cd /D ..\admin
|
|
||||||
|
cd /D .\admin
|
||||||
|
dir
|
||||||
cmd /C pnpm i || exit /B 1
|
cmd /C pnpm i || exit /B 1
|
||||||
cmd /C pnpm run build || exit /B 1
|
cmd /C pnpm run build || exit /B 1
|
||||||
cd /D ..
|
cd /D ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue