Skip to content

Commit

Permalink
fix: add missing files to the npm tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurabuddi committed Sep 11, 2024
1 parent 4486295 commit e801ca7
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 206 deletions.
21 changes: 19 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "./publish"
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json"]
}
],
[
"@semantic-release/github",
{
"assets": "./publish/*.tgz"
}
]
]
}
Loading

0 comments on commit e801ca7

Please sign in to comment.