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 c83b266
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 206 deletions.
22 changes: 20 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,25 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
[
"@semantic-release/npm",
{
"npmPublish": false,
"pkgRoot": "dist",
"tarballDir": "./publish/dist"
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json"]
}
],
[
"@semantic-release/github",
{
"assets": "./publish/*.tgz"
}
]
]
}
Loading

0 comments on commit c83b266

Please sign in to comment.