mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
added some handy launchers
This commit is contained in:
@@ -30,3 +30,4 @@ logs.txt
|
|||||||
TODO.md
|
TODO.md
|
||||||
testdata.py
|
testdata.py
|
||||||
test.py
|
test.py
|
||||||
|
nohup.out
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
rm -rf build dist
|
rm -rf build dist
|
||||||
|
|
||||||
# REVIEW Install poetry & requirements
|
# REVIEW Install poetry & requirements
|
||||||
pip install poetry
|
poetry || pip install poetry
|
||||||
poetry install --no-root
|
poetry install --no-root
|
||||||
|
|
||||||
# Build the app
|
# Build the app
|
||||||
|
|||||||
+1
-1
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
# builds the latest version of the client and server
|
# 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
|
cd ../swingmusic-client || exit # REVIEW Failsafe exit
|
||||||
|
|
||||||
yarn build --outDir ../swingmusic/client
|
yarn build --outDir ../swingmusic/client
|
||||||
cd ../swingmusic || exit # REVIEW Failsafe exit
|
cd ../swingmusic || exit # REVIEW Failsafe exit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user