Skip to content

Commit

Permalink
fix: properly fix semantic assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie committed May 3, 2022
1 parent f556846 commit 31f23b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ module.exports = {
{
assets: [
{
path: 'dist/ts-jest-mock.js',
path: 'dist/vue-contentful-hook.es.js',
label: 'ES js distribution',
},
{
path: 'dist/ts-jest-mock.js',
path: 'dist/vue-contentful-hook.umd.js',
label: 'UMD js distribution',
},
],
Expand Down

0 comments on commit 31f23b1

Please sign in to comment.