Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 4725f79

Browse files
author
Marc MacLeod
committed
fix(npm): try pkgRoot at root of release config
1 parent c8388a9 commit 4725f79

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,11 @@
5252
}
5353
},
5454
"release": {
55+
"pkgRoot": "dist",
5556
"plugins": [
5657
"@semantic-release/commit-analyzer",
5758
"@semantic-release/release-notes-generator",
58-
[
59-
"@semantic-release/npm",
60-
{
61-
"pkgRoot": "dist"
62-
}
63-
],
59+
"@semantic-release/npm",
6460
[
6561
"@semantic-release/git",
6662
{

0 commit comments

Comments
 (0)