Skip to content

Commit 2955120

Browse files
committed
fix: corriger la configuration npm pour empêcher la publication
1 parent e9d0366 commit 2955120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.release-it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"github": {
88
"release": true
99
},
10+
"npm": {
11+
"publish": false
12+
},
1013
"hooks": {
1114
"before:init": ["git pull", "task lint:all"],
1215
"after:bump": "npx auto-changelog -p"

0 commit comments

Comments
 (0)