swingmusic/build.sh
2023-11-01 23:48:56 +03:00

8 lines
183 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