This commit is contained in:
SamTV12345 2024-02-10 23:02:19 +01:00
parent ae08cd5049
commit 490f960fcf
3 changed files with 7 additions and 8 deletions

View file

@ -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}"