diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-08 02:24:29 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-08 13:40:18 -0400 |
| commit | f917c5e722d7ee5abd58704eb0e5d49072249e94 (patch) | |
| tree | 48eb2e95d18c9d1fbdfcd0864ca09a6e64d79f5a /build_extra/deno.gni | |
| parent | 6c79b471aa5cf2c87d237015f5dacc5a7ed03b67 (diff) | |
Clean up tools/
- Factor out tools/util.py
- Move js/*.py to tools.
- Rewrite tools/format.sh in python.
- Run lint first in travis.
Diffstat (limited to 'build_extra/deno.gni')
| -rw-r--r-- | build_extra/deno.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/deno.gni b/build_extra/deno.gni index a8804e9f9..6d1293bc1 100644 --- a/build_extra/deno.gni +++ b/build_extra/deno.gni @@ -1,7 +1,7 @@ template("run_node") { action(target_name) { forward_variables_from(invoker, "*") - script = "//js/run_node.py" + script = "//tools/run_node.py" } } |
