Shelfmark: edit env; position frontend

This commit is contained in:
vhsdream
2026-01-24 14:45:30 -05:00
parent 6e147b8adf
commit 5c3b273e53
3 changed files with 6 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ function update_script() {
cd /opt/shelfmark/src/frontend
$STD npm ci
$STD npm run build
mv /opt/shelfmark/src/frontend/dist /opt/shelfmark/frontend-dist
cd /opt/shelfmark
$STD uv venv -c ./venv
$STD uv pip install -r requirements-base.txt