This commit is contained in:
SamTV12345 2024-02-10 17:21:43 +01:00
parent 7049372f4a
commit 4c3248a654

View file

@ -33,6 +33,8 @@ try export GIT_WORK_TREE=${TMP_FOLDER}; git checkout HEAD -f \
|| fatal "failed to copy etherpad to temporary folder"
try mkdir "${TMP_FOLDER}"/.git
try git rev-parse HEAD >${TMP_FOLDER}/.git/HEAD
# Disable symlinks to avoid problems with Windows
try pnpm config set symlink false
try pnpm i "${TMP_FOLDER}"/src/node_modules
try cd "${TMP_FOLDER}"