Files
authentik/packages/client-ts/Makefile
Marc 'risson' Schmitt ef1d0b0279 packages/client-ts: init (#21120)
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2026-03-26 13:34:48 +01:00

22 lines
421 B
Makefile

.SHELLFLAGS += -x -e
PWD = $(shell pwd)
UID = $(shell id -u)
GID = $(shell id -g)
build:
rm -rf src
docker compose run --rm --user "${UID}:${GID}" gen \
generate \
-i /schema.yml \
-g typescript-fetch \
-o local \
-c /local/config.yaml \
--additional-properties=npmVersion=0.0.0 \
--git-repo-id authentik \
--git-user-id goauthentik
rm -rf \
.npmignore \
.openapi-generator \
docs \
README.md