From 81d420d269a56ff8e11b014ce57b2cb882a12c5a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 17 Nov 2020 09:07:46 +0200 Subject: [PATCH] fix Signed-off-by: Jari Kolehmainen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd91d8c9e5..064c4b68a1 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ $(extension_node_modules): cd $(@:/node_modules=) && npm install --no-audit --no-fund $(extension_dists): - cd $(@:/node_modules=) && npm run build + cd $(@:/dist=) && npm run build .PHONY: build-extensions build-extensions: $(extension_node_modules) $(extension_dists)