fix: change directory to etherpad root

This commit is contained in:
Hossein 2021-09-28 20:46:42 +03:30 committed by Richard Hansen
parent aec619cc0b
commit 0e311184cf
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@echo off
:: Change directory to etherpad-lite root
cd /D "%~dp0\.."
cd /D "%~dp0\..\.."
:: Is node installed?
cmd /C node -e "" || ( echo "Please install node.js ( https://nodejs.org )" && exit /B 1 )
@ -16,7 +16,7 @@ mklink /D "ep_etherpad-lite" "..\src"
cd /D "ep_etherpad-lite"
cmd /C npm ci || exit /B 1
cd /D "%~dp0\.."
cd /D "%~dp0\..\.."
echo _
echo Clearing cache...