mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
8 lines
183 B
Bash
Executable File
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 |