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:
parent
9e1f5ccb8b
commit
106fe1f762
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -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),
|
||||||
|
|
Loading…
Add table
Reference in a new issue