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: