Fix publish script

This commit is contained in:
Andrew Miner
2015-11-16 20:59:09 -08:00
parent 462618ba7d
commit 5080b7b0cb
+1 -4
View File
@@ -13,10 +13,7 @@ fi
npm version "$VERSION_TYPE" || die "Invalid version type: $VERSION_TYPE"
npm publish
git add package.json \
&& git commit -m "Update package version" \
&& git push \
&& git checkout production \
git checkout production \
&& git rebase master \
&& git push \
&& git checkout master \