Resolve #1171 by not including tests in windows build
parent
b1b1fa018a
commit
1321d9e16f
|
@ -57,7 +57,7 @@ rm -rf .git/objects
|
|||
|
||||
echo "create the zip..."
|
||||
cd /tmp
|
||||
zip -9 -r etherpad-lite-win.zip etherpad-lite-win
|
||||
zip -9 -r etherpad-lite-win.zip etherpad-lite-win -x "src/node_modules/jsdom-nocontextifiy/test/*"
|
||||
mv etherpad-lite-win.zip $START_FOLDER
|
||||
|
||||
echo "clean up..."
|
||||
|
|
Loading…
Reference in New Issue