Remove package from src.

This commit is contained in:
SamTV12345 2023-08-08 15:51:44 +02:00
parent 9117d69f17
commit 4b8beba7da
No known key found for this signature in database
GPG key ID: E63EEC7466038043

View file

@ -33,7 +33,6 @@ 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
try cp -r src/package.json src/package-lock.json "${TMP_FOLDER}"
try rsync -a ./src/node_modules "${TMP_FOLDER}"/src/
try cd "${TMP_FOLDER}"