diff --git a/package.json b/package.json index e5f95e0..22b62b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@holisticon/angular-common", - "version": "1.0.1", + "version": "1.0.2", "description": "Common angular build module for Angular 2", "scripts": { "webpack": "webpack", @@ -15,7 +15,7 @@ "jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", - "release:pre": "npm run build", + "release:pre": "npm run build && npm run test", "release:post": "npm run changelog && npm run changelog:add", "release:major": "npm version major && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish", "release:minor": "npm version minor && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish",