Skip to content

Commit 4f5b2d7

Browse files
authored
Update main.workflow
1 parent b917259 commit 4f5b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ workflow "Checks & Publish" {
55

66
action "Install" {
77
uses = "actions/npm@master"
8-
args = "ci --verbose"
8+
args = "ci"
99
}
1010

1111
action "Lint" {

0 commit comments

Comments
 (0)