Simplify node build

This commit is contained in:
Mark Schmitt 2021-01-07 07:48:32 +01:00
parent c06f6145a1
commit 08299fb808

View File

@ -59,13 +59,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '15'
- name: dependencies
- name: build
run: |
cd src-ui/
npm install -g @angular/cli
npm install
- name: build
run: |
ng build --prod
# Build and push image to docker hub.
buildx: