diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 01:13:26 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 01:13:26 +0200 |
| commit | 8d1d7b7b4a48187f5849548bbc6bb543d6de33ba (patch) | |
| tree | 557eff5ff465d1ff096abbcca0005dca08ca959c /src_doit/__init__.py | |
| parent | 75cc60fd42c58cadc28f5eb4499f197604254aba (diff) | |
WIP native implementation
Diffstat (limited to 'src_doit/__init__.py')
| -rw-r--r-- | src_doit/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src_doit/__init__.py b/src_doit/__init__.py index 8402cfc..3daba9f 100644 --- a/src_doit/__init__.py +++ b/src_doit/__init__.py @@ -112,8 +112,7 @@ def task_ui(): def task_deps(): """Install dependencies""" - return {'actions': ['yarn install --silent', - f'{sys.executable} -m peru sync']} + return {'actions': ['yarn install --silent']} def task_format(): |
