#!/bin/bash cd src/pkmntrade_club/ # Remove all files in staticfiles except .gitkeep if [ -d "staticfiles" ]; then find staticfiles -type f ! -name '.gitkeep' -delete fi # Build the tailwind theme css cd theme/static_src npm install . && npm run build