mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-02 17:30:18 +00:00
added some handy launchers
This commit is contained in:
parent
bc51150e47
commit
5a918d078e
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,4 +29,5 @@ logs.txt
|
||||
|
||||
TODO.md
|
||||
testdata.py
|
||||
test.py
|
||||
test.py
|
||||
nohup.out
|
||||
|
2
build.sh
2
build.sh
@ -12,7 +12,7 @@
|
||||
rm -rf build dist
|
||||
|
||||
# REVIEW Install poetry & requirements
|
||||
pip install poetry
|
||||
poetry || pip install poetry
|
||||
poetry install --no-root
|
||||
|
||||
# Build the app
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
# builds the latest version of the client and server
|
||||
|
||||
# NOTE Changes directory to the webclient directory and builds it
|
||||
cd ../swingmusic-client || exit # REVIEW Failsafe exit
|
||||
|
||||
yarn build --outDir ../swingmusic/client
|
||||
cd ../swingmusic || exit # REVIEW Failsafe exit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user