Update publish script

This commit is contained in:
Andrew Miner
2015-11-16 21:46:20 -08:00
parent 7ef5acb672
commit ae245c7a86
+2 -1
View File
@@ -13,7 +13,8 @@ fi
npm version "$VERSION_TYPE" || die "Invalid version type: $VERSION_TYPE"
npm publish
git checkout production \
git push \
&& git checkout production \
&& git rebase master \
&& git push \
&& git checkout master \