Skip to content

Commit 4594ef6

Browse files
committed
Use default loglevel for NPM, otherwise it's super noisy.
1 parent 26ec3d4 commit 4594ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USER stf-build
2424
RUN set -x && \
2525
cd /tmp/build && \
2626
export PATH=$PWD/node_modules/.bin:$PATH && \
27-
npm install --loglevel http && \
27+
npm install && \
2828
npm pack && \
2929
tar xzf stf-*.tgz --strip-components 1 -C /app && \
3030
bower cache clean && \

0 commit comments

Comments
 (0)