diff --git a/.gitignore b/.gitignore index a675dc073..50a86906e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. .matomo +junit.xml # compiled output /dist @@ -60,4 +61,4 @@ libs/swagger/src/lib/* .angular -storybook-static \ No newline at end of file +storybook-static diff --git a/Dockerfile b/Dockerfile index 6d776536b..bae202f34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . . RUN umask 0022 RUN npm version ${SEMVERSION} -RUN npm install --always-auth=false +RUN npm install --foreground-scripts RUN if [ "${IS_PRODUCTION}" = "true" ] ; then npm run-script build-prod ; else npm run-script build ; fi # stage final diff --git a/junit.xml b/junit.xml deleted file mode 100644 index 49ec46595..000000000 --- a/junit.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file