diff --git a/package.json b/package.json index 31c104a0c..0cfc16683 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dist": "make dist", "preversion": "npm test", "version": "npm run dist && git add -A dist", - "postversion": "git push && git push --tags" + "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git",