root: add License to NPM package
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9a13dfd63a
commit
a366d61891
1
Makefile
1
Makefile
|
@ -47,6 +47,7 @@ gen-web:
|
||||||
mkdir -p web/node_modules/@goauthentik/api
|
mkdir -p web/node_modules/@goauthentik/api
|
||||||
python -m scripts.web_api_esm
|
python -m scripts.web_api_esm
|
||||||
\cp -fv scripts/web_api_readme.md web-api/README.md
|
\cp -fv scripts/web_api_readme.md web-api/README.md
|
||||||
|
\cp -fv LICENSE web-api/LICENSE
|
||||||
cd web-api && npm i
|
cd web-api && npm i
|
||||||
\cp -rfv web-api/* web/node_modules/@goauthentik/api
|
\cp -rfv web-api/* web/node_modules/@goauthentik/api
|
||||||
|
|
||||||
|
|
Reference in New Issue