Converts tabs to spaces and update EditorConfig for the new files

This commit is contained in:
Trenton Holmes
2022-04-25 09:15:12 -07:00
parent a36be2cfd6
commit ed960216b7
8 changed files with 29 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ COPY ./src-ui /src/src-ui
WORKDIR /src/src-ui
RUN set -eux \
&& npm update npm -g \
&& npm ci --no-optional
&& npm update npm -g \
&& npm ci --no-optional
RUN set -eux \
&& ./node_modules/.bin/ng build --configuration production
&& ./node_modules/.bin/ng build --configuration production