silence npm output (#1590)

This commit is contained in:
Francisco Giordano
2019-01-04 17:30:45 -03:00
committed by Nicolás Venturo
parent 76abd1a41e
commit 6aa88e2b7d

View File

@ -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