diff --git a/Makefile b/Makefile index c57d4a4..b1bc3ef 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ minor: test npm publish major: test - npm version major -m "Bump version" - git push origin master --tags - npm publish + npm version major -m "Bump version" + git push origin master --tags + npm publish