From 106fe1f7621dfaa70481ffeacea6e217eb196d07 Mon Sep 17 00:00:00 2001 From: jingweicai <285025525@qq.com> Date: Mon, 21 Jan 2019 10:25:01 +0800 Subject: fix: build deno under node_modules folder (#1555) --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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), -- cgit v1.2.3