mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64434 954022d7-b5bf-4e40-9824-e11837661b57
20 lines
341 B
Batchfile
20 lines
341 B
Batchfile
ECHO OFF
|
|
|
|
SET RUN_FOLDER=%CD%
|
|
|
|
ECHO.
|
|
ECHO ----------------------------------------
|
|
ECHO Install node.js module spellCheck (nodehun)
|
|
ECHO ----------------------------------------
|
|
|
|
CD /D %~dp0..\ || exit /b 1
|
|
call npm install
|
|
|
|
cd /D ..\Common || exit /b 1
|
|
call npm install
|
|
|
|
CD /D %RUN_FOLDER% || exit /b 1
|
|
|
|
pause
|
|
exit /b 0
|