diff --git a/package.json b/package.json index edd61aa..bf966c9 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "test": "jest", "gh-pages": "gh-pages -d dist", "preversion": "npm-run-all lint test build", - "postversion": "git push --tags && yarn publish . --tag $npm_package_version && yarn gh-pages" + "postversion": "git push --tags && yarn publish . --tag $npm_package_version --tag latest && yarn gh-pages" } }