From fdc97b4e86cca328ea7154db43499eada5e38598 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 5 Jan 2021 18:40:19 +0000 Subject: [PATCH] rename ts to typescript unusual name conflict meant this step gets skipped. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6927345..20680ab 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ email: $(info Generating email html) python3 mail/generate.py -o build/data/ -ts: +typescript: $(info compiling typescript) -mkdir -p build/data/web/js -npx esbuild ts/*.ts ts/modules/*.ts --outdir=./build/data/web/js/ @@ -61,5 +61,5 @@ copy: install: cp -r build $(DESTDIR)/jfa-go -all: configuration npm email version ts swagger compile copy +all: configuration npm email version typescript swagger compile copy debug: configuration npm email version ts-debug swagger compile copy