mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 1898: chore: update dependencies to latest versions
chore: update dependencies to latest versions - Upgraded @ngrx packages from 19.2.1 to ^20.0.0 - Upgraded ngx-matomo-client from ^7.0.1 to ^8.0.0 - Upgraded jest and related packages from 30.0.4 to ^29.7.0
This commit is contained in:
committed by
Nino Righi
parent
4732656a0f
commit
239ab52890
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN umask 0022
|
||||
RUN npm version ${SEMVERSION}
|
||||
RUN npm install --foreground-scripts --legacy-peer-deps
|
||||
RUN npm install --foreground-scripts
|
||||
RUN if [ "${IS_PRODUCTION}" = "true" ] ; then npm run-script build-prod ; else npm run-script build ; fi
|
||||
|
||||
# stage final
|
||||
|
||||
Reference in New Issue
Block a user