mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Make generate licenses quieter
This commit is contained in:
parent
416c793076
commit
50586812ec
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ echo -e "# ###### THEME LICENSES ######\n" >> $OUTPUT_FILE
|
|||
|
||||
echo "Generating theme licenses"
|
||||
cd styles
|
||||
npm ci
|
||||
npm --silent ci
|
||||
npm run --silent build-licenses >> $OUTPUT_FILE
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue