Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Feb 23, 2024
1 parent 89b8d6a commit 86d1846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "nx run-many --target build --all --parallel=1",
"prettify": "prettier --write .",
"test": "nx test ngx-sonner",
"tests:ci": "nx test ngx-sonner --runInBand"
"tests:ci": "nx test ngx-sonner --runInBand",
"prepublishOnly": "npm run build"
},
"private": true,
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
{ type: 'refactor', section: 'Refactoring' },
{ type: 'perf', hidden: true },
{ type: 'test', hidden: true },
{ type: 'ci', hidden: true },
],
},
releaseRules: [{ type: 'refactor', release: 'patch' }],
Expand Down

0 comments on commit 86d1846

Please sign in to comment.