chore(NA): enable buildbuddy again

This commit is contained in:
Tiago Costa 2021-06-21 19:15:21 +01:00
parent 4c700aba8a
commit f448f1f1bf
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA
2 changed files with 2 additions and 2 deletions

View file

@ -48479,7 +48479,7 @@ async function runBazelCommandWithRunner(bazelCommandRunner, bazelArgs, offline
stdio: 'pipe'
});
if (offline || !offline) {
if (offline) {
bazelArgs = [...bazelArgs, '--config=offline'];
}

View file

@ -29,7 +29,7 @@ async function runBazelCommandWithRunner(
stdio: 'pipe',
};
if (offline || !offline) {
if (offline) {
bazelArgs = [...bazelArgs, '--config=offline'];
}