Skip to content

Commit

Permalink
fix: order semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Apr 11, 2020
1 parent cc3de1a commit c0a5f7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
"@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 c0a5f7f

Please sign in to comment.