From 407a56145c3435f6e7b76d9bfc0b356881a3cf7f Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 11 Jan 2023 14:09:46 -0500 Subject: [PATCH] Fix publish-npm workflow invocations 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