mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +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
|
COPY assets/data ./assets
|
||||||
|
|
||||||
IF [ "${configuration}" = "production" ]
|
IF [ "${configuration}" = "production" ]
|
||||||
RUN npm run build-libs
|
RUN --no-cache npm run build-libs
|
||||||
ELSE
|
ELSE
|
||||||
RUN npm run build-libs:dev
|
RUN --no-cache npm run build-libs:dev
|
||||||
END
|
END
|
||||||
|
|
||||||
# Explicitly cache here.
|
# Explicitly cache here.
|
||||||
|
|
Loading…
Add table
Reference in a new issue