rules_ts icon indicating copy to clipboard operation
rules_ts copied to clipboard

[Bug]: generated ts_project(assets) cause conflicting actions error

Open jbedard opened this issue 1 year ago • 0 comments

Passing a target to ts_project(assets) fails due to duplicate actions copying the assets to bindir:

ERROR: file 'components/b.css' is generated by these conflicting actions:
Label: //components:ts_typings, //components:styles

Version

2.2.0

How to reproduce

Generate a file with one target, pass that target to ts_project(assets)

jbedard avatar Apr 10 '24 20:04 jbedard