mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Resolve #1171 by not including tests in windows build
This commit is contained in:
parent
b1b1fa018a
commit
1321d9e16f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ rm -rf .git/objects
|
||||||
|
|
||||||
echo "create the zip..."
|
echo "create the zip..."
|
||||||
cd /tmp
|
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
|
mv etherpad-lite-win.zip $START_FOLDER
|
||||||
|
|
||||||
echo "clean up..."
|
echo "clean up..."
|
||||||
|
|
Loading…
Reference in a new issue