mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 10:53:21 +02:00
Fix npm loglevel option.
This commit is contained in:
@@ -24,7 +24,7 @@ USER stf-build
|
|||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
cd /tmp/build && \
|
cd /tmp/build && \
|
||||||
export PATH=$PWD/node_modules/.bin:$PATH && \
|
export PATH=$PWD/node_modules/.bin:$PATH && \
|
||||||
npm install --log-level http && \
|
npm install --loglevel http && \
|
||||||
npm pack && \
|
npm pack && \
|
||||||
tar xzf stf-*.tgz --strip-components 1 -C /app && \
|
tar xzf stf-*.tgz --strip-components 1 -C /app && \
|
||||||
bower cache clean && \
|
bower cache clean && \
|
||||||
|
|||||||
Reference in New Issue
Block a user