update workflow

This commit is contained in:
mungai-njoroge 2023-10-12 23:17:40 +03:00
parent 7519663f26
commit 3c3cdd00e1

View File

@ -17,7 +17,7 @@ jobs:
- name: Install yarn
run: |
npm install -g yarn
- name: Clone client repo
- name: Build client
run: |
git clone https://github.com/swing-opensource/swingmusic-client.git
cd swingmusic-client
@ -39,7 +39,7 @@ jobs:
python -m poetry install
- name: Build server
run: |
pwa
pwd
ls ./client
ls ./assets
python -m poetry run python manage.py --build