From 93deefcae221e03358dd259f1958930331654afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 2 Nov 2020 21:54:12 +0100 Subject: chore: remove unused tools/ scripts (#8222) --- tools/sync_node_modules.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 tools/sync_node_modules.py (limited to 'tools/sync_node_modules.py') 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() -- cgit v1.2.3