fix: do not include LICENCE on dist

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)/README.md" \
--exclude="../$(app_name)/package-lock.json" \
--exclude="../$(app_name)/LICENSES" \
--exclude="../$(app_name)/LICENSE*" \
--exclude="../$(app_name)/src" \
--exclude="../$(app_name)/stubs" \
--exclude="../$(app_name)/vendor" \