Skip to content

Commit b73fad0

Browse files
committed
fix: release config issue
1 parent c6015d6 commit b73fad0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@
106106
"preset": "conventionalcommits"
107107
}
108108
],
109-
"@semantic-release/npm",
109+
[
110+
"@semantic-release/npm",
111+
{
112+
"npmPublish": false
113+
}
114+
],
110115
["@semantic-release/github", {
111116
"assets": [
112117
{"path": "dist/atomic-calendar-revive.js"}

0 commit comments

Comments
 (0)