build:
	npm run build
	rm -rf ../evening_detective/static/admin
	cp -r dist ../evening_detective/static/admin
