Skip to content

Commit 7e9e5f4

Browse files
author
Crhistian Ramirez
committed
🔧 update publish config
1 parent 6e6f883 commit 7e9e5f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.publishrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"validations": {
3-
"vulnerableDependencies": false,
43
"uncommittedChanges": true,
54
"untrackedFiles": true,
6-
"sensitiveData": true,
7-
"branch": "staging",
8-
"gitTag": true
5+
"gitTag": true,
6+
"vulnerableDependencies": false,
7+
"sensitiveData": false,
8+
"branch": false,
99
},
1010
"confirm": true,
1111
"publishCommand": "npm publish",

0 commit comments

Comments
 (0)