0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00

fix: build deno under node_modules folder (#1555)

This commit is contained in:
jingweicai 2019-01-21 10:25:01 +08:00 committed by Ryan Dahl
parent 9e1f5ccb8b
commit 106fe1f762

View file

@ -178,6 +178,7 @@ run_node("deno_runtime_declaration") {
rebase_path("node_modules/ts-node/dist/bin.js", root_build_dir),
"--project",
rebase_path("tools/ts_library_builder/tsconfig.json"),
"--skip-ignore",
rebase_path("tools/ts_library_builder/main.ts", root_build_dir),
"--basePath",
rebase_path(".", root_build_dir),