mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Only show errors/warnings on npm install [windows]
This commit is contained in:
parent
3e53a11127
commit
b515156041
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ cmd /C node -e %check_version% || exit /B 1
|
|||
|
||||
echo _
|
||||
echo Installing etherpad-lite and dependencies...
|
||||
cmd /C npm install src/ || exit /B 1
|
||||
cmd /C npm install src/ --loglevel warn || exit /B 1
|
||||
|
||||
echo _
|
||||
echo Copying custom templates...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue