Skip to content

Commit

Permalink
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ release:
plugins:
- '@semantic-release/commit-analyzer'
- - '@semantic-release/exec'
- prepareCmd: npm run install && npm run lint && npm run ts:check && npm run test && npm run build
- prepareCmd: npm install && npm run lint && npm run ts:check && npm run test && npm run build
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- changelogFile: CHANGELOG.md
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -110,6 +110,10 @@
"typescript": "~4.1.2",
"zone.js": "~0.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ike18t/ng-mocks.git"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
4 changes: 0 additions & 4 deletions package.release.json
Original file line number Diff line number Diff line change
@@ -31,10 +31,6 @@
"url": "https://sudo.eu"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ike18t/ng-mocks.git"
},
"bugs": {
"url": "https://github.com/ike18t/ng-mocks/issues"
},

0 comments on commit e590f74

Please sign in to comment.