we no longer need to force CI to local
This commit is contained in:
parent
e0b85865f4
commit
dbcfaadd79
6
.bazelrc
6
.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
|
||||
|
Loading…
Reference in New Issue
Block a user