Skip to content

Commit a122c88

Browse files
committed
fix build
1 parent b015adc commit a122c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.hygiene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function hygiene(some) {
274274
const result = input
275275
.pipe(filter(f => !f.stat.isDirectory()))
276276
.pipe(productJsonFilter)
277-
.pipe(productJson)
277+
.pipe(process.env['BUILD_SOURCEVERSION'] ? es.through() : productJson)
278278
.pipe(productJsonFilter.restore)
279279
.pipe(filter(indentationFilter))
280280
.pipe(indentation)

0 commit comments

Comments
 (0)