From 669b5db8e568a05d724e51b653e842120504a8b2 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 14 Aug 2021 22:14:30 +0200 Subject: [PATCH] web: update tsconfig Signed-off-by: Jens Langhammer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dba977345..33c52b3bf 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,8 @@ gen-web: -g typescript-fetch \ -o /local/web/api \ --additional-properties=typescriptThreePlus=true,supportsES6=true,npmName=authentik-api,npmVersion=1.0.0 + # npm i runs tsc as part of the installation process cd web/api && npm i - cd web/api && npx tsc gen-outpost: docker run \