From 71dc3652c7ab16c10bfb809a5c57762ea2a66d2a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 27 Oct 2020 18:43:55 +0200 Subject: [PATCH] fix make target Signed-off-by: Jari Kolehmainen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a1b14baf5..3df1c3f990 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ build-extensions: $(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), $(MAKE) -C $(dir) build;) build-npm: - yarn compile:extension-rollup + yarn compile:extension-types yarn npm:fix-package-version publish-npm: build-npm