summaryrefslogtreecommitdiff
path: root/tools/sync_node_modules.py
blob: 5c5705d9a23cde35be3897ef3cae829497903109 (plain)
1
2
3
4
5
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()