Skip to content

Commit

Permalink
Copy src folder only.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Aug 8, 2023
1 parent a8281e4 commit 1ce25fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/buildForWindows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
try cp -r ./src/node_modules "${TMP_FOLDER}"/src/node_modules
try cp -r node_modules "${TMP_FOLDER}"/node_modules

try cd "${TMP_FOLDER}"
[ -f src/package.json ] || fatal "failed to copy etherpad to temporary folder"
Expand Down

0 comments on commit 1ce25fd

Please sign in to comment.