Silent npm installation

This commit is contained in:
rzadp 2019-05-22 11:26:46 +02:00
parent 3cd934a18a
commit edbe20396b

@ -15,7 +15,7 @@ RUN yarn install
COPY . .
RUN yarn workspace poa-parity-bridge-contracts run compile
RUN cd contracts-2.2.0 && rm -f package-lock.json && npm install && npm install truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install && npm install web3@1.0.0-beta.33
RUN cd contracts-2.1.0 && rm -f package-lock.json && npm install && npm install truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install && npm install web3@1.0.0-beta.33
RUN cd contracts-2.2.0 && rm -f package-lock.json && npm install --silent && npm install --silent truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install --silent && npm install --silent web3@1.0.0-beta.33
RUN cd contracts-2.1.0 && rm -f package-lock.json && npm install --silent && npm install --silent truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install --silent && npm install --silent web3@1.0.0-beta.33
RUN yarn workspace ui run compile:contracts && yarn workspace ui run postinstall
RUN cd contracts/deploy && rm -f package-lock.json && npm install