Skip to content

Commit

Permalink
Merge pull request #43 from lifeomic/fix-release-config
Browse files Browse the repository at this point in the history
chore: NO-TICKET - fix the semantic release config.
  • Loading branch information
austin-rausch authored Oct 19, 2021
2 parents c408c55 + 9307290 commit ecb6d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
branches: ['master'],
plugins: [
['@semantic-release/commit-analyzer', { preset: 'conventionalcommits' }],
['@semantic-release/npm', { pkgRoot: 'dist/' }],
['@semantic-release/npm'],
[
'@semantic-release/github',
{
Expand Down

0 comments on commit ecb6d8c

Please sign in to comment.