mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
6 lines
250 B
Batchfile
6 lines
250 B
Batchfile
CD /D %~dp0
|
|
call npm install -g grunt-cli
|
|
call npm install
|
|
call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --desktop=true --formatting=PRETTY_PRINT
|
|
rem call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --desktop=true
|
|
pause |