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:
parent
c0f70ea868
commit
f18a349fdf
1 changed files with 1 additions and 1 deletions
2
BUILD.gn
2
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),
|
||||
|
|
Loading…
Reference in a new issue