trying to fix webUI.

pull/291/head
Jason Kulatunga 2 years ago
parent 7287775cca
commit fe96c27732

@ -83,8 +83,7 @@ jobs:
options: -v ${{ github.workspace }}:/work
run: |
cd /work
make frontend
ls -alt /work
make frontend && echo "print contents of /work/dist" && ls -alt /work/dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
@ -144,8 +143,8 @@ jobs:
options: -v ${{ github.workspace }}:/work
run: |
cd /work
make frontend
ls -alt /work
make frontend && echo "print contents of /work/dist" && ls -alt /work/dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

@ -59,7 +59,7 @@ frontend:
cd webapp/frontend
npm install -g @angular/cli@9.1.4
mkdir -p $(CURDIR)/dist
npm install
npm ci
npm run build:prod -- --output-path=$(CURDIR)/dist
# clean:

Loading…
Cancel
Save