From 8693d0e0a7d7ce1e4533aef30c1a735276e3009b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 11 Jun 2019 18:03:05 -0400 Subject: Split up tools/sync_third_party This is just encoding my actual workflow; not suggesting that this workflow is ideal. Previously I would edit sync_third_party.py each time I ran it. --- tools/sync_node_modules.py | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100755 index 000000000..5c5705d9a --- /dev/null +++ b/tools/sync_node_modules.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# Copyright 2018-2019 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