Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 19, 2024
1 parent 9c99aeb commit 4601fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"proto-gen": "bash ./scripts/protocgen.sh",
"prettier": "prettier --write . --ignore-path .gitignore",
"prepare": "husky install",
"semantic-release": "semantic-release --tag-format='\\${version}'"
"semantic-release": "semantic-release"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down

1 comment on commit 4601fd0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 96%
96.81% (6009/6207) 98.26% (679/691) 84.93% (186/219)

Please sign in to comment.