From 5c4e521e295a7c089454b1d77f4570d46e1d32d3 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Wed, 22 Nov 2023 22:51:46 +0900 Subject: Automate generation of legal information for dependencies --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9106556e..65d5efb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: env: CI: true + - name: Build Legal + run: npm run license-report + - name: Build run: npm run build -- cgit v1.2.3