Skip to content

Commit

Permalink
fix: build deno under node_modules folder (denoland#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
caijw authored and ry committed Jan 21, 2019
1 parent 9e1f5cc commit 106fe1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Expand Up @@ -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),
Expand Down

0 comments on commit 106fe1f

Please sign in to comment.