Skip to content

Commit

Permalink
ci: fix weaver nodejs publish ignore local .npmrc
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Jun 20, 2024
1 parent 36b8470 commit d638a6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion weaver/common/protos-js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:

.PHONY: publish
publish: build
npm publish
npm publish --no-workspaces

.PHONY: clean-build
clean-build:
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-local:

.PHONE: publish
publish: .npmrc
npm publish
npm publish --no-workspaces


clean:
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/fabric/interoperation-node-sdk/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-local:

.PHONE: publish
publish: .npmrc
npm publish
npm publish --no-workspaces


clean:
Expand Down

0 comments on commit d638a6b

Please sign in to comment.