silence npm output (#1590)
This commit is contained in:
committed by
Nicolás Venturo
parent
76abd1a41e
commit
6aa88e2b7d
@ -12,7 +12,7 @@ rm -rf build/
|
|||||||
mkdir -p "$SOLC_05_DIR"
|
mkdir -p "$SOLC_05_DIR"
|
||||||
|
|
||||||
cd "$SOLC_05_DIR"
|
cd "$SOLC_05_DIR"
|
||||||
npm init --yes
|
echo '{ "private": true }' > package.json
|
||||||
npm install --save-dev truffle@5.0.0
|
npm install --save-dev truffle@5.0.0
|
||||||
|
|
||||||
rm -rf contracts
|
rm -rf contracts
|
||||||
|
|||||||
Reference in New Issue
Block a user