summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 247c322a9..ef20cd1d2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -259,7 +259,7 @@ run_node("deno_runtime_declaration") {
":msg_ts",
]
args = [
- rebase_path("node_modules/.bin/ts-node", root_build_dir),
+ rebase_path("node_modules/ts-node/dist/bin.js", root_build_dir),
"--project",
rebase_path("tools/ts_library_builder/tsconfig.json"),
rebase_path("tools/ts_library_builder/main.ts", root_build_dir),