2025-12-06 16:59:28 +07:00

8 lines
280 B
Makefile

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