mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Do not cache angular lib builds
This commit is contained in:
parent
4858d182fa
commit
0e69fefa63
1 changed files with 2 additions and 2 deletions
|
@ -217,9 +217,9 @@ angular-base:
|
|||
COPY assets/data ./assets
|
||||
|
||||
IF [ "${configuration}" = "production" ]
|
||||
RUN npm run build-libs
|
||||
RUN --no-cache npm run build-libs
|
||||
ELSE
|
||||
RUN npm run build-libs:dev
|
||||
RUN --no-cache npm run build-libs:dev
|
||||
END
|
||||
|
||||
# Explicitly cache here.
|
||||
|
|
Loading…
Add table
Reference in a new issue