Skip to content

Commit fbcc89a

Browse files
Merge pull request #4241 from ChadKillingsworth:fix-npm-ci
PiperOrigin-RevId: 760744444
2 parents 95c4968 + 4fa8bb4 commit fbcc89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci_support/test_closure-compiler-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function main() {
4242
# The NPM repo is divided into multiple Yarn workspaces: one for each
4343
# variant of the compiler, including the Graal native builds. We only
4444
# need to test the java build.
45-
yarn workspace google-closure-compiler run test --java-only --colors
45+
yarn workspace google-closure-compiler run test --color --java-only
4646
}
4747

4848
main "$@"

0 commit comments

Comments
 (0)