mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Merge pull request #2107 from zed-industries/fix-ci
Add an install step to the CI build script
This commit is contained in:
commit
070b89243f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ echo -e "# ###### THEME LICENSES ######\n" >> $OUTPUT_FILE
|
|||
|
||||
echo "Generating theme licenses"
|
||||
cd styles
|
||||
npm ci
|
||||
npm run --silent build-licenses >> $OUTPUT_FILE
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue