Skip to content

fix: NPM publishing with workspaces (#1714) - #1715

Merged
aklenik merged 1 commit into
hyperledger-caliper:mainfrom
aklenik:fix-1714-npm-publish-workspace
Oct 1, 2025
Merged

aklenik merged 1 commit into
hyperledger-caliper:mainfrom
aklenik:fix-1714-npm-publish-workspace

Conversation

@aklenik

@aklenik aklenik commented Sep 30, 2025

Copy link
Copy Markdown
Contributor

Fixes #1714

  • tell the npm config command explicitly that it does not operate with workspaces
  • set root package to private to prevent accidental publishing of monorepo
  • updated git repo naming format in package.json files

@aklenik
aklenik requested a review from davidkel September 30, 2025 08:51
@aklenik
aklenik force-pushed the fix-1714-npm-publish-workspace branch from d7304d4 to b3a5c8e Compare October 1, 2025 07:43
* tell the npm config command explicitly that it does not operate with workspaces
* set root package to private to prevent accidental publishing of monorepo
* updated git repo naming format in package.json files
* remove generator-caliper from integration test and publishing, pending removal of package itself

Signed-off-by: Attila Klenik <a.klenik@gmail.com>
@aklenik
aklenik force-pushed the fix-1714-npm-publish-workspace branch from b3a5c8e to af0b3d8 Compare October 1, 2025 07:44

@davidkel davidkel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aklenik
aklenik merged commit cc6d552 into hyperledger-caliper:main Oct 1, 2025
10 checks passed
@aklenik
aklenik deleted the fix-1714-npm-publish-workspace branch October 1, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix NPM publishing with workspaces

2 participants