DocumentServer/OfficeWeb/sdk/build/opensource/installtools.bat

9 lines
100 B
Batchfile
Raw Normal View History

2014-07-05 18:22:49 +00:00
@echo off
cd /D %~dp0
2015-04-28 14:59:00 +00:00
echo Installation grunt-cli
call npm install -g grunt-cli
call npm install