Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
fix(circleci): remove npm from release
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 27, 2019
1 parent 58d0d06 commit f89d31a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git",
"@semantic-release/npm"
"@semantic-release/git"
],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github",
"@qiwi/semantic-release-gh-pages-plugin"
Expand All @@ -23,8 +21,7 @@
"msg": "github pages release",
"src": "build/",
"branch": "gh-pages"
},
"@semantic-release/npm"
}
],
"success": [
"@semantic-release/github"
Expand Down

0 comments on commit f89d31a

Please sign in to comment.