diff options
author | jingweicai <285025525@qq.com> | 2019-01-21 10:25:01 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-20 20:25:01 -0600 |
commit | 106fe1f7621dfaa70481ffeacea6e217eb196d07 (patch) | |
tree | 968c5c21e2acbb671532bc7bd37b926e138713cd | |
parent | 9e1f5ccb8b06c01c1330ed38aeba83cfc51f5387 (diff) |
fix: build deno under node_modules folder (#1555)
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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), |