From f0aafd45f1d980fa348023b700ce1439363375e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 19 Jan 2021 10:42:10 +0100 Subject: [PATCH] fix ci script --- .gitlab-ci.yml | 1 + hv-ui/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aa83a2..a1869f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build: - linux - docker script: + - cd hv-ui - npm install - ng build --prod \ No newline at end of file diff --git a/hv-ui/package.json b/hv-ui/package.json index a3ae6e5..2255363 100644 --- a/hv-ui/package.json +++ b/hv-ui/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "buildprod": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"