Skip to content

Commit 5c19c7b

Browse files
committed
reduce verbosity of build
1 parent 091c264 commit 5c19c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
setup +: [
180180
["mx", "sforceimport"],
181-
["mx", "-v", "--dynamicimports", self.dynamicImports, "build"],
181+
["mx", "--dynamicimports", self.dynamicImports, "build"],
182182
]
183183
},
184184
commonBuilder: commonBuilder,

0 commit comments

Comments
 (0)