Skip to content

Commit 0f8956d

Browse files
committed
fix: enable updates to the package.json on publish
1 parent aa054f1 commit 0f8956d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.releaserc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"changelogFile": "CHANGELOG.md"
1313
}
1414
],
15+
[
16+
"@semantic-release/npm",
17+
{
18+
"npmPublish": false
19+
}
20+
],
1521
[
1622
"@semantic-release/exec",
1723
{

0 commit comments

Comments
 (0)