silence npm output (#1590)

pull/1601/head
Francisco Giordano 6 years ago committed by Nicolás Venturo
parent 76abd1a41e
commit 6aa88e2b7d
  1. 2
      scripts/compile.sh

@ -12,7 +12,7 @@ rm -rf build/
mkdir -p "$SOLC_05_DIR"
cd "$SOLC_05_DIR"
npm init --yes
echo '{ "private": true }' > package.json
npm install --save-dev truffle@5.0.0
rm -rf contracts

Loading…
Cancel
Save