mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
update workflow
This commit is contained in:
parent
7519663f26
commit
3c3cdd00e1
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Install yarn
|
- name: Install yarn
|
||||||
run: |
|
run: |
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
- name: Clone client repo
|
- name: Build client
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/swing-opensource/swingmusic-client.git
|
git clone https://github.com/swing-opensource/swingmusic-client.git
|
||||||
cd swingmusic-client
|
cd swingmusic-client
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
python -m poetry install
|
python -m poetry install
|
||||||
- name: Build server
|
- name: Build server
|
||||||
run: |
|
run: |
|
||||||
pwa
|
pwd
|
||||||
ls ./client
|
ls ./client
|
||||||
ls ./assets
|
ls ./assets
|
||||||
python -m poetry run python manage.py --build
|
python -m poetry run python manage.py --build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user