fix: do not include LICENCE on dist
All checks were successful
repod / xml (push) Successful in 18s
repod / php (push) Successful in 58s
repod / nodejs (push) Successful in 1m52s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-11 09:39:43 +01:00
parent 138cf6d42e
commit 23bea86ed6

View File

@ -145,7 +145,7 @@ appstore:
--exclude="../$(app_name)/CHANGELOG.md" \ --exclude="../$(app_name)/CHANGELOG.md" \
--exclude="../$(app_name)/README.md" \ --exclude="../$(app_name)/README.md" \
--exclude="../$(app_name)/package-lock.json" \ --exclude="../$(app_name)/package-lock.json" \
--exclude="../$(app_name)/LICENSES" \ --exclude="../$(app_name)/LICENSE*" \
--exclude="../$(app_name)/src" \ --exclude="../$(app_name)/src" \
--exclude="../$(app_name)/stubs" \ --exclude="../$(app_name)/stubs" \
--exclude="../$(app_name)/vendor" \ --exclude="../$(app_name)/vendor" \