diff options
Diffstat (limited to 'deno2/BUILD.gn')
-rw-r--r-- | deno2/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno2/BUILD.gn b/deno2/BUILD.gn index 58859293f..749667d3a 100644 --- a/deno2/BUILD.gn +++ b/deno2/BUILD.gn @@ -88,7 +88,7 @@ run_node("bundle") { ":run_tsc", ] args = [ - "./node_modules/.bin/browserify", + "./node_modules/browserify/bin/cmd.js", rebase_path(main_source, root_build_dir), "-o", rebase_path(main_output, root_build_dir), @@ -112,7 +112,7 @@ run_node("run_tsc") { ":pbjs_hack", ] args = [ - "./node_modules/.bin/tsc", + "./node_modules/typescript/bin/tsc", "-p", rebase_path("js/tsconfig.json", root_build_dir), "--outDir", |