Skip to content

Commit 6f22173

Browse files
committed
feat(chore): update url and config in package.json
1 parent 07c58a3 commit 6f22173

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,14 @@
214214
}
215215
],
216216
"@semantic-release/release-notes-generator",
217-
"@semantic-release/npm",
217+
[
218+
"@semantic-release/npm",
219+
{
220+
"npmPublish": true,
221+
"pkgRoot": ".",
222+
"tarballDir": "dist"
223+
}
224+
],
218225
[
219226
"@semantic-release/git",
220227
{
@@ -227,6 +234,6 @@
227234
],
228235
"@semantic-release/github"
229236
],
230-
"repositoryUrl": "git@github.com:sourcefuse/llm-chat-component.git"
237+
"repositoryUrl": "https://github.com/sourcefuse/llm-chat-component.git"
231238
}
232239
}

0 commit comments

Comments
 (0)