fix graph

This commit is contained in:
2025-12-06 16:59:28 +07:00
parent 3512950517
commit 9b499867ac
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
build:
@echo "Build static files"
npm run build
@echo "Remove old version from server repository"
rm -rf ../evening_detective/cmd/evening_detective/static/admin
@echo "Copy new version to server repository"
cp -r dist ../evening_detective/cmd/evening_detective/static/admin