Skip to content

Commit

Permalink
fix: npmPublish to no publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pifou25 committed Jul 2, 2023
1 parent 7be458c commit 9f5f258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "php-entity-generator",
"devDependencies": {
"semantic-release": "^21.0.6"
},
Expand All @@ -17,7 +18,8 @@
[
"@semantic-release/npm",
{
"publish": false
"publish": false,
"npmPublish": false
}
],
"@semantic-release/github"
Expand Down

0 comments on commit 9f5f258

Please sign in to comment.