From dcade438fb66c24051373bf58961a94614eb24c6 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Thu, 14 Nov 2019 23:36:21 +0100 Subject: [PATCH] fix(project): improved the release-it workflow --- .../angular-material-extensions/select-country/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..." }