trying to fix webUI.
This commit is contained in:
@@ -83,8 +83,7 @@ jobs:
|
|||||||
options: -v ${{ github.workspace }}:/work
|
options: -v ${{ github.workspace }}:/work
|
||||||
run: |
|
run: |
|
||||||
cd /work
|
cd /work
|
||||||
make frontend
|
make frontend && echo "print contents of /work/dist" && ls -alt /work/dist
|
||||||
ls -alt /work
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
@@ -144,8 +143,8 @@ jobs:
|
|||||||
options: -v ${{ github.workspace }}:/work
|
options: -v ${{ github.workspace }}:/work
|
||||||
run: |
|
run: |
|
||||||
cd /work
|
cd /work
|
||||||
make frontend
|
make frontend && echo "print contents of /work/dist" && ls -alt /work/dist
|
||||||
ls -alt /work
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ frontend:
|
|||||||
cd webapp/frontend
|
cd webapp/frontend
|
||||||
npm install -g @angular/cli@9.1.4
|
npm install -g @angular/cli@9.1.4
|
||||||
mkdir -p $(CURDIR)/dist
|
mkdir -p $(CURDIR)/dist
|
||||||
npm install
|
npm ci
|
||||||
npm run build:prod -- --output-path=$(CURDIR)/dist
|
npm run build:prod -- --output-path=$(CURDIR)/dist
|
||||||
|
|
||||||
# clean:
|
# clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user