mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
fixed.
This commit is contained in:
parent
7049372f4a
commit
4c3248a654
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ try export GIT_WORK_TREE=${TMP_FOLDER}; git checkout HEAD -f \
|
||||||
|| fatal "failed to copy etherpad to temporary folder"
|
|| fatal "failed to copy etherpad to temporary folder"
|
||||||
try mkdir "${TMP_FOLDER}"/.git
|
try mkdir "${TMP_FOLDER}"/.git
|
||||||
try git rev-parse HEAD >${TMP_FOLDER}/.git/HEAD
|
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 pnpm i "${TMP_FOLDER}"/src/node_modules
|
||||||
|
|
||||||
try cd "${TMP_FOLDER}"
|
try cd "${TMP_FOLDER}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue