Fix publish script
This commit is contained in:
+1
-4
@@ -13,10 +13,7 @@ fi
|
|||||||
npm version "$VERSION_TYPE" || die "Invalid version type: $VERSION_TYPE"
|
npm version "$VERSION_TYPE" || die "Invalid version type: $VERSION_TYPE"
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
git add package.json \
|
git checkout production \
|
||||||
&& git commit -m "Update package version" \
|
|
||||||
&& git push \
|
|
||||||
&& git checkout production \
|
|
||||||
&& git rebase master \
|
&& git rebase master \
|
||||||
&& git push \
|
&& git push \
|
||||||
&& git checkout master \
|
&& git checkout master \
|
||||||
|
|||||||
Reference in New Issue
Block a user