mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-04 10:41:20 +01:00
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.
7 lines
175 B
Python
Executable File
7 lines
175 B
Python
Executable File
#!/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_pip()
|