From a366d618919c392402ef03b8ea09058192dd32ac Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 23 Aug 2021 15:41:49 +0200 Subject: [PATCH] root: add License to NPM package Signed-off-by: Jens Langhammer --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1759554a3..3ceb09e55 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ gen-web: mkdir -p web/node_modules/@goauthentik/api python -m scripts.web_api_esm \cp -fv scripts/web_api_readme.md web-api/README.md + \cp -fv LICENSE web-api/LICENSE cd web-api && npm i \cp -rfv web-api/* web/node_modules/@goauthentik/api