Skip to content

Commit 70d483e

Browse files
committed
fix(pika): publish from Pika path
Publish full build
1 parent 2c963eb commit 70d483e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.releaserc

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"plugins": [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5-
"@semantic-release/npm",
5+
["@semantic-release/npm", {
6+
"pkgRoot": "pkg"
7+
}],
68
["@semantic-release/git", {
79
"assets": ["package.json"],
810
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

0 commit comments

Comments
 (0)