Skip to content

Commit

Permalink
fix: change order, remove optional prop
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Apr 11, 2020
1 parent 46a3ec5 commit a3e4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module.exports = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", { npmPublish: false }],
["@semantic-release/npm", { npmPublish: true, pkgRoot: "dist" }],
["@semantic-release/npm", { npmPublish: false, pkgRoot: "." }],
"@semantic-release/github",
[
"@semantic-release/git",
Expand Down

0 comments on commit a3e4fa9

Please sign in to comment.