We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f19e7 commit 76e8bd1Copy full SHA for 76e8bd1
1 file changed
packages/typescript/internal/ts_project.bzl
@@ -105,7 +105,10 @@ def _ts_project_impl(ctx):
105
arguments = [arguments],
106
outputs = outputs,
107
executable = "tsc",
108
- progress_message = "Compiling TypeScript project %s" % ctx.file.tsconfig.short_path,
+ progress_message = "Compiling TypeScript project %s [tsc -p %s]" % (
109
+ ctx.label,
110
+ ctx.file.tsconfig.short_path,
111
+ ),
112
)
113
114
providers = [
0 commit comments