mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
fix: change directory to etherpad root
This commit is contained in:
parent
aec619cc0b
commit
0e311184cf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
:: Change directory to etherpad-lite root
|
:: Change directory to etherpad-lite root
|
||||||
cd /D "%~dp0\.."
|
cd /D "%~dp0\..\.."
|
||||||
|
|
||||||
:: Is node installed?
|
:: Is node installed?
|
||||||
cmd /C node -e "" || ( echo "Please install node.js ( https://nodejs.org )" && exit /B 1 )
|
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"
|
cd /D "ep_etherpad-lite"
|
||||||
cmd /C npm ci || exit /B 1
|
cmd /C npm ci || exit /B 1
|
||||||
|
|
||||||
cd /D "%~dp0\.."
|
cd /D "%~dp0\..\.."
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
echo Clearing cache...
|
echo Clearing cache...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue