Skip to content

Commit

Permalink
trying to fix webUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 8, 2022
1 parent 7287775 commit fe96c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe96c27

Please sign in to comment.