From dbcfaadd79a3e6cf113a7b8a4e84b6fbf47aeccf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 21 Mar 2021 00:25:59 +1000 Subject: [PATCH] we no longer need to force CI to local --- .bazelrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bazelrc b/.bazelrc index 50b636c49..9c7cd9a02 100644 --- a/.bazelrc +++ b/.bazelrc @@ -31,10 +31,4 @@ build --incompatible_default_to_explicit_init_py build:ci --show_timestamps --isatty=0 --color=yes --show_progress_rate_limit=5 -# the typescript generation hack in rules_svelte is not hermetic, and -# converts declared types in props to 'any' if it's not run locally. -# Fixing it properly will probably require moving the Svelte rules to -# ts_project() -build:ci --strategy Svelte=local - try-import %workspace%/user.bazelrc