summaryrefslogtreecommitdiff
path: root/tools/sync_node_modules.py
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-02 21:54:12 +0100
committerGitHub <noreply@github.com>2020-11-02 21:54:12 +0100
commit93deefcae221e03358dd259f1958930331654afc (patch)
treeb7a77f5d41242ba35e3e6cbde56bc077561c692d /tools/sync_node_modules.py
parentd672e1405dd7085a060625fc320d063f7f7970a2 (diff)
chore: remove unused tools/ scripts (#8222)
Diffstat (limited to 'tools/sync_node_modules.py')
-rwxr-xr-xtools/sync_node_modules.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/sync_node_modules.py b/tools/sync_node_modules.py
deleted file mode 100755
index d7dc42fd1..000000000
--- a/tools/sync_node_modules.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import third_party
-import util
-util.enable_ansi_colors()
-third_party.run_yarn()