the symlink from node_modules/ep_etherpad-lite to ./src is part of the git repository

This commit is contained in:
webzwo0i 2021-01-02 01:05:41 +01:00
parent 8793c4e225
commit 1702c7c34e
8 changed files with 11 additions and 20 deletions

View file

@ -9,15 +9,8 @@ cmd /C node -e "" || ( echo "Please install node.js ( https://nodejs.org )" && e
echo _
echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
mkdir node_modules
cd /D node_modules
mklink /D "ep_etherpad-lite" "..\src"
cd /D "ep_etherpad-lite"
cmd /C npm ci || exit /B 1
cd /D "%~dp0\.."
echo _
echo Clearing cache...
del /S var\minified*