comparison mrjunejune/BUILD @ 128:7eb79fd91c7e

[Misc] Fixed all bazel targets. I should creat a separate scripts for these lol.
author June Park <parkjune1995@gmail.com>
date Thu, 08 Jan 2026 19:20:56 -0800
parents e7899c93da77
children 7a63e41a21fb
comparison
equal deleted inserted replaced
127:9af248484ba2 128:7eb79fd91c7e
12 ) 12 )
13 13
14 move_files_into_dir( 14 move_files_into_dir(
15 name = "compiled_ts", 15 name = "compiled_ts",
16 srcs = [ 16 srcs = [
17 "//playground:hello",
18 "//markdown_converter:markdown_to_html", 17 "//markdown_converter:markdown_to_html",
19 ], 18 ],
20 dest = "src", 19 dest = "src",
21 ) 20 )
22 21