From d638a6bd95472267f87081c7b78a81bd7e35a7a4 Mon Sep 17 00:00:00 2001 From: Sandeep Nishad Date: Fri, 21 Jun 2024 01:30:42 +0530 Subject: [PATCH] ci: fix weaver nodejs publish ignore local .npmrc Signed-off-by: Sandeep Nishad --- weaver/common/protos-js/Makefile | 2 +- weaver/sdks/besu/node/makefile | 2 +- weaver/sdks/fabric/interoperation-node-sdk/makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/weaver/common/protos-js/Makefile b/weaver/common/protos-js/Makefile index 7e72367566..133f2bc6a9 100644 --- a/weaver/common/protos-js/Makefile +++ b/weaver/common/protos-js/Makefile @@ -6,7 +6,7 @@ build: .PHONY: publish publish: build - npm publish + npm publish --no-workspaces .PHONY: clean-build clean-build: diff --git a/weaver/sdks/besu/node/makefile b/weaver/sdks/besu/node/makefile index 807cf4e534..9ba5e478dc 100644 --- a/weaver/sdks/besu/node/makefile +++ b/weaver/sdks/besu/node/makefile @@ -28,7 +28,7 @@ build-local: .PHONE: publish publish: .npmrc - npm publish + npm publish --no-workspaces clean: diff --git a/weaver/sdks/fabric/interoperation-node-sdk/makefile b/weaver/sdks/fabric/interoperation-node-sdk/makefile index 807cf4e534..9ba5e478dc 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/makefile +++ b/weaver/sdks/fabric/interoperation-node-sdk/makefile @@ -28,7 +28,7 @@ build-local: .PHONE: publish publish: .npmrc - npm publish + npm publish --no-workspaces clean: