Skip to content

Commit

Permalink
fix(package json): enable npmPublish
Browse files Browse the repository at this point in the history
* set npmPublish to true to trigger a new npm release
  • Loading branch information
antokara committed Jul 5, 2019
1 parent 7c1c549 commit dbf77b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"tag": "stable"
},
"release": {
"dryRun": false,
"branch": "master",
"verifyConditions": [
"@semantic-release/changelog",
Expand All @@ -119,7 +118,7 @@
"@semantic-release/github",
"@semantic-release/npm"
],
"npmPublish": false,
"npmPublish": true,
"success": [],
"fail": [],
"plugins": [
Expand All @@ -142,7 +141,6 @@
},
{
"path": "@semantic-release/npm",
"npmPublish": true,
"tarballDir": "dist"
}
]
Expand Down

0 comments on commit dbf77b5

Please sign in to comment.