mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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 |