Skip to content

Commit 656f3cc

Browse files
committed
update apps
1 parent faf48fa commit 656f3cc

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
build:
2-
./build.sh
3-
2+
. .venv/bin/activate && ./build.sh
43
install:
54
uv sync
65

build.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/usr/bin/env bash
2-
set -e
3-
4-
# Скачиваем и устанавливаем uv
2+
# скачиваем uv
53
curl -LsSf https://astral.sh/uv/install.sh | sh
6-
source "$HOME/.local/bin/env"
7-
8-
# Активируем виртуальное окружение
9-
source .venv/bin/activate
4+
source $HOME/.local/bin/env
105

11-
make install
12-
make migrate
6+
make install && make migrate

0 commit comments

Comments
 (0)