Skip to content

Commit

Permalink
DO NOT SUBMIT test --empty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Oct 23, 2019
1 parent 176cbac commit dbc0efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pr-check/visual-diff-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function main() {
) {
downloadDistOutput(FILENAME);
timedExecOrDie('gulp update-packages');
timedExecOrDie('gulp visual-diff --nobuild');
timedExecOrDie('gulp visual-diff --nobuild --empty');
} else {
timedExecOrDie('gulp visual-diff --nobuild --empty');
console.log(
Expand Down

0 comments on commit dbc0efe

Please sign in to comment.