Skip to content

Commit

Permalink
fix: build issue where full path of dist/library folder is pushed to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Jan 28, 2023
1 parent 28570c6 commit 85bab3c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ module.exports = {
changelogFile: 'CHANGELOG.md'
}
],
// '@semantic-release/npm',
[
'@semantic-release/npm',
{ "pkgRoot": "./dist/ngx-jwt-auth" }
],
'@semantic-release/npm',
'@semantic-release/github',
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'dist/**'],
assets: ['CHANGELOG.md', 'dist/ngx-jwt-auth/**'],
message: 'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
]
Expand Down

0 comments on commit 85bab3c

Please sign in to comment.