Skip to content

Commit 256ab7f

Browse files
committed
ci: remove tarball from npm dist
Will have to wait until semantic-release/npm#773 is fixed
1 parent 7fac72a commit 256ab7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = {
1919
changelogFile: 'CHANGELOG.md',
2020
},
2121
],
22-
['@semantic-release/npm', { tarballDir: 'dist' }],
23-
['@semantic-release/github', { assets: ['dist/*.tgz'] }],
22+
['@semantic-release/npm'],
23+
['@semantic-release/github'],
2424
[
2525
'@semantic-release/git',
2626
{

0 commit comments

Comments
 (0)