Skip to content

Commit

Permalink
fix: make sure the package can be published
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
  • Loading branch information
berendsliedrecht committed Jun 14, 2024
1 parent 782c67e commit 8a31122
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"skipChecks": true,
"ignoreVersion": true,
"tag": "latest"
},
"git": {
"push": false,
"commit": false,
"requireCommits": true,
"tagAnnotation": "${version}",
"requireBranch": "main"
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"url": "https://github.com/animo/askar-webcrypto/issues",
"email": "development@animo.id"
},
"publishConfig": {
"access": "public"
},
"files": ["build"],
"scripts": {
"build": "tsc",
"format": "biome format .",
Expand Down

0 comments on commit 8a31122

Please sign in to comment.