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