Skip to content

Commit b706d18

Browse files
committed
fix: deploy lib/
1 parent ae08d1b commit b706d18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.releaserc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
],
1111
"publish": [
1212
"@semantic-release/github",
13-
"@semantic-release/npm"
13+
["@semantic-release/npm", {
14+
"pkgRoot": "lib",
15+
}],
1416
],
1517
"prepare": [
1618
"@semantic-release/changelog",

0 commit comments

Comments
 (0)