shortenit/scripts/run.sh

7 lines
71 B
Bash
Raw Permalink Normal View History

#!/bin/bash
cd frontend
npm run build
cd ..
2024-12-24 00:27:21 +00:00
poetry run shortenit "$@"