Skip to content

Commit

Permalink
ci: (DSO-2101) add private to npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
b-nicasio committed Jul 3, 2024
1 parent 326f2e4 commit fb5c9b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
]
},
"npm": {
"publish": false
"publish": false,
"private": true
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit fb5c9b8

Please sign in to comment.