From d18cf63a98a0c1ed967e3382191ccede7a564c02 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 11 Jan 2023 11:10:34 -0800 Subject: [PATCH] Fix publish-npm workflow invocations (#6915) Signed-off-by: Sebastian Malton Signed-off-by: Sebastian Malton --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d96757b10d..b6b14141ba 100644 --- a/Makefile +++ b/Makefile @@ -72,11 +72,11 @@ packages/extensions/node_modules: packages/extensions/package.json cd packages/extensions/ && ../../node_modules/.bin/npm install --no-audit --no-fund --no-save .PHONY: build-extensions-npm -build-extensions-npm: build-extension-types packages/extensions/__mocks__ +build-extensions-npm: build-extension-types yarn npm:fix-extensions-package-version .PHONY: build-library-npm -build-library-npm: +build-library-npm: node_modules yarn compile-library .PHONY: build-extension-types