Skip to content

Commit d6799b8

Browse files
committed
Adding ignore-script flag to npm during konflux builds (#733)
1 parent c87651d commit d6799b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY --chown=default web/package.json web/package.json
99
COPY --chown=default web/package-lock.json web/package-lock.json
1010
WORKDIR /opt/app-root/web
1111

12-
RUN CYPRESS_INSTALL_BINARY=0 node --max-old-space-size=6000 $(which npm) --legacy-peer-deps ci
12+
RUN CYPRESS_INSTALL_BINARY=0 node --max-old-space-size=6000 $(which npm) --legacy-peer-deps ci --ignore-scripts
1313

1414
WORKDIR /opt/app-root
1515
COPY --chown=default web web

0 commit comments

Comments
 (0)