Skip to content

Commit a3e4fa9

Browse files
committed
fix: change order, remove optional prop
1 parent 46a3ec5 commit a3e4fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module.exports = {
33
plugins: [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6+
["@semantic-release/npm", { npmPublish: false }],
67
["@semantic-release/npm", { npmPublish: true, pkgRoot: "dist" }],
7-
["@semantic-release/npm", { npmPublish: false, pkgRoot: "." }],
88
"@semantic-release/github",
99
[
1010
"@semantic-release/git",

0 commit comments

Comments
 (0)