summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjingweicai <285025525@qq.com>2019-01-21 10:25:01 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-01-20 20:25:01 -0600
commit106fe1f7621dfaa70481ffeacea6e217eb196d07 (patch)
tree968c5c21e2acbb671532bc7bd37b926e138713cd
parent9e1f5ccb8b06c01c1330ed38aeba83cfc51f5387 (diff)
fix: build deno under node_modules folder (#1555)
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 23192cd32..f3d69a740 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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),