diff --git a/projects/angular-material-extensions/select-country/package.json b/projects/angular-material-extensions/select-country/package.json index 03ea5db..d5c8802 100644 --- a/projects/angular-material-extensions/select-country/package.json +++ b/projects/angular-material-extensions/select-country/package.json @@ -69,7 +69,8 @@ } }, "hooks": { - "after:conventional-changelog": "git commit -a -m \"Updating CHANGELOG.md for v${version} \" && git push", + "after:bump": "echo \"building lib v${version}... \" && npm run build", + "after:conventional-changelog": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -a -m \"Updating CHANGELOG.md for v${version} \" && git push", "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.", "before:npm": "echo building the library..." }