From f18a349fdf237b8b3cd64808b181636110b25c7c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 20 Oct 2018 10:06:57 -0700 Subject: [PATCH] Windows: dont use ts-node symlinked path --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 247c322a97..ef20cd1d28 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),