Files
DocumentServer-v-9.2.0/sdkjs/build/build-desktop.bat
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

10 lines
357 B
Batchfile

CD /D %~dp0
call npm install -g grunt-cli
call npm ci
call grunt --level=WHITESPACE_ONLY --desktop=true --formatting=PRETTY_PRINT
rem call grunt --level=ADVANCED --desktop=true
rmdir "..\..\desktop-apps\win-linux\build\debug\win_64\editors\sdkjs"
xcopy /s/e/k/c/y/q/i "..\deploy\sdkjs" "..\..\desktop-apps\win-linux\build\debug\win_64\editors\sdkjs"
pause