1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

Windows: dont use ts-node symlinked path

This commit is contained in:
Ryan Dahl 2018-10-20 10:06:57 -07:00
parent c0f70ea868
commit f18a349fdf

View file

@ -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),