0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05: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), rebase_path("node_modules/ts-node/dist/bin.js", root_build_dir),
"--project", "--project",
rebase_path("tools/ts_library_builder/tsconfig.json"), rebase_path("tools/ts_library_builder/tsconfig.json"),
"--skip-ignore",
rebase_path("tools/ts_library_builder/main.ts", root_build_dir), rebase_path("tools/ts_library_builder/main.ts", root_build_dir),
"--basePath", "--basePath",
rebase_path(".", root_build_dir), rebase_path(".", root_build_dir),