From 530961f264318defb3bc2d80cbf3ed53cd8fbf1c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 22 Dec 2019 19:29:26 +1000 Subject: [PATCH] js build doesn't require python deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a07011bc..826ad18e2 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ BUILDDEPS := .build/ui .build/js ./tools/build_ui.sh touch $@ -.build/js: $(RUNREQS) $(TSDEPS) +.build/js: .build/jsreqs $(TSDEPS) (cd ts && npm run build) touch $@