feat: add software licenses
This commit is contained in:
4
updateLicenses.sh
Executable file
4
updateLicenses.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
bunx license-report --output=json > public/licenses.json
|
||||
rm -r public/licenses/
|
||||
bunx license-downloader --source public/licenses.json --licDir public/licenses/ --download
|
||||
Reference in New Issue
Block a user