Skip to content
Snippets Groups Projects
Unverified Commit 611343fb authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix(release): upload NPM package tarball

parent ad05b70b
No related branches found
No related tags found
1 merge request!3Upload NPM package tarball
......@@ -99,7 +99,12 @@
"prepareCmd": "prettier -w CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"tarballDir": "dist"
}
],
[
"@semantic-release/git",
{
......@@ -116,6 +121,11 @@
{
"path": "icon.svg",
"type": "image"
},
{
"path": "dist/*.tgz",
"filepath": "/package.tar.gz",
"type": "package"
}
]
}
......
  • Congregate Migrate @congregate_migrate

    mentioned in commit 5c72be36

    By GITLAB_TOKEN on 2023-11-07T13:25:08

    · Imported

    mentioned in commit 5c72be36

    By GITLAB_TOKEN on 2023-11-07T13:25:08

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment