Do not cache angular lib builds
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user