add nodejs dependencies to license tarball

This commit is contained in:
Willy Kloucek
2022-11-25 09:35:57 +01:00
parent b4e727b601
commit d3a17bd4be
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -41,5 +41,5 @@ ci-node-check-licenses: # ownCloud Web does the check on it's own
.PHONY: ci-node-save-licenses
ci-node-save-licenses:
@mkdir -p ../third-party-licenses/node/web
@curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/third-party-licenses.tar.gz | tar xzf - -C ../third-party-licenses/node/web
@mkdir -p ../../third-party-licenses/node/web
@curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/third-party-licenses.tar.gz | tar xzf - -C ../../third-party-licenses/node/web