Resolve #1171 by not including tests in windows build

pull/1172/head
johnyma22 2012-11-16 20:17:25 +00:00
parent b1b1fa018a
commit 1321d9e16f
1 changed files with 1 additions and 1 deletions

View File

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