remove unused long paths from windows build
parent
70dc5e7ed9
commit
ffdce760d5
|
@ -58,6 +58,8 @@ rm -rf .git/objects
|
||||||
echo "remove windows jsdom-nocontextify/test folder"
|
echo "remove windows jsdom-nocontextify/test folder"
|
||||||
rm -rf /tmp/etherpad-lite-win/node_modules/ep_etherpad-lite/node_modules/jsdom-nocontextifiy/test/
|
rm -rf /tmp/etherpad-lite-win/node_modules/ep_etherpad-lite/node_modules/jsdom-nocontextifiy/test/
|
||||||
rm -rf /tmp/etherpad-lite-win/src/node_modules/jsdom-nocontextifiy/test/
|
rm -rf /tmp/etherpad-lite-win/src/node_modules/jsdom-nocontextifiy/test/
|
||||||
|
rm -rf /tmp/etherpad-lite-win/src/node_modules/wd/node_modules/request/node_modules/form-data/node_modules/combined-stream/test
|
||||||
|
rm -rf /tmp/etherpad-lite-win/src/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/encodings/tables
|
||||||
|
|
||||||
echo "create the zip..."
|
echo "create the zip..."
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
Loading…
Reference in New Issue