mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
Do not show progess bar on npm install on CI
See https://github.com/npm/npm/issues/11283 for more discussion on this.
This commit is contained in:
committed by
Nik Bougalis
parent
2be11874e3
commit
0dc911c091
@@ -37,5 +37,5 @@ else
|
||||
fi
|
||||
|
||||
# Run NPM tests
|
||||
npm install
|
||||
npm install --progress=false
|
||||
npm test --rippled=$RIPPLED_PATH
|
||||
|
||||
Reference in New Issue
Block a user