Skip to content

Commit 026dd75

Browse files
authored
fix: set confirming for publish to false (#69)
1 parent b577e7b commit 026dd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"branch": false,
88
"gitTag": true
99
},
10-
"confirm": true,
10+
"confirm": false,
1111
"publishTag": "latest",
1212
"prePublishScript": "gulp test"
1313
}

0 commit comments

Comments
 (0)