diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 10:06:57 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 12:09:22 -0700 |
commit | f18a349fdf237b8b3cd64808b181636110b25c7c (patch) | |
tree | 9475968a476fd516f4c0e96078317b61790e6cd8 | |
parent | c0f70ea8680f955de467baccbb4e86c4eda1a524 (diff) |
Windows: dont use ts-node symlinked path
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |