Remove old theme license code
This commit is contained in:
@@ -6,14 +6,6 @@ OUTPUT_FILE=$(pwd)/assets/licenses.md
|
||||
|
||||
> $OUTPUT_FILE
|
||||
|
||||
echo -e "# ###### THEME LICENSES ######\n" >> $OUTPUT_FILE
|
||||
|
||||
echo "Generating theme licenses"
|
||||
cd styles
|
||||
npm --silent ci
|
||||
npm run --silent build-licenses >> $OUTPUT_FILE
|
||||
cd ..
|
||||
|
||||
echo -e "# ###### CODE LICENSES ######\n" >> $OUTPUT_FILE
|
||||
|
||||
[[ "$(cargo about --version)" == "cargo-about 0.5.2" ]] || cargo install cargo-about --locked --git https://github.com/zed-industries/cargo-about --branch error-code-on-warn
|
||||
|
||||
Reference in New Issue
Block a user