Remove old theme license code

Nate Butler created

Change summary

script/generate-licenses | 8 --------
1 file changed, 8 deletions(-)

Detailed changes

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