swingmusic/build.sh
2023-11-02 20:57:59 +03:00

9 lines
184 B
Bash
Executable File

#!/bin/zsh
# builds the latest version of the client and server
cd ../swingmusic-client
yarn build --outDir ../swingmusic/client
cd ../swingmusic
poetry run python manage.py --build