Skip to content

Commit 87cd5ee

Browse files
committed
chore: fix npm plugin config
Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com>
1 parent f898578 commit 87cd5ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.releaserc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434
]
3535
],
3636
"prepare": [
37-
"@semantic-release/npm",
37+
[
38+
"@semantic-release/npm",
39+
{
40+
"npmPublish": false,
41+
"tarballDir": "dist"
42+
}
43+
],
3844
[
3945
"@semantic-release/git",
4046
{

0 commit comments

Comments
 (0)