Merge pull request #2107 from zed-industries/fix-ci

Add an install step to the CI build script
This commit is contained in:
Mikayla Maki 2023-01-27 15:38:12 -08:00 committed by GitHub
commit 070b89243f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ..