From c106d3ea6b65fd971469db953de77c83e5cc7de8 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 4 Jan 2024 09:58:26 -0500 Subject: [PATCH] Remove old theme license code --- script/generate-licenses | 8 -------- 1 file changed, 8 deletions(-) diff --git a/script/generate-licenses b/script/generate-licenses index 9a2fe8921a8fe06e4716b98bcec9b2b28af4a994..3fa9152c6c0cd2652781e851512bfeabc679f694 100755 --- a/script/generate-licenses +++ b/script/generate-licenses @@ -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