Skip to content

Commit

Permalink
feat: Also release on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Nov 9, 2024
1 parent 93d6119 commit f5aff92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
45 changes: 22 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"test:types": "tsc",
"test:prettier": "prettier --check .",
"prepare": "husky",
"release": "semantic-release"
"release": "run-s release:*",
"release:semantic-release": "semantic-release",
"release:on-github": "npm publish --registry https://npm.pkg.github.com --no-git-tag-version"
},
"lint-staged": {
".github/workflows/*.{yml,yaml}": [
Expand Down

0 comments on commit f5aff92

Please sign in to comment.