make sure publish does a hard reset

This commit is contained in:
Jonathan Lipps
2013-09-27 11:20:19 +01:00
parent 7a258149db
commit a998c9a402
+1 -1
View File
@@ -17,7 +17,7 @@ if [ $? -eq 0 ]; then
fi
set -e
git pull upstream master
./reset.sh
./reset.sh --hardcore
npm publish
version=$(cat package.json | underscore extract version | sed 's/\"//g')
git tag -a "v$version" -m "tag appium@$version for npm publish"