mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Fixed.
This commit is contained in:
parent
ae08cd5049
commit
490f960fcf
3 changed files with 7 additions and 8 deletions
|
@ -34,7 +34,6 @@ try export GIT_WORK_TREE=${TMP_FOLDER}; git checkout HEAD -f \
|
|||
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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue