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 fb5c9b8 commit 23bd43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "lep-docker",
"version": "1.1.1",
"private": true,
"scripts": {
"prepare": "husky"
},
Expand Down Expand Up @@ -47,8 +48,7 @@
]
},
"npm": {
"publish": false,
"private": true
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 23bd43b

Please sign in to comment.