Skip to content

fix: add publishConfig.access: public to publishable scoped packages - #3

Merged
wre232114 merged 2 commits into
mainfrom
copilot/fix-action-issue
Mar 30, 2026
Merged

fix: add publishConfig.access: public to publishable scoped packages#3
wre232114 merged 2 commits into
mainfrom
copilot/fix-action-issue

Conversation

Copilot AI commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

The Release workflow was failing with npm E404 errors because scoped packages (@harfai/*) default to restricted access on npm — publishing them publicly requires an explicit opt-in.

Changes

  • Added "publishConfig": { "access": "public" } to all three publishable packages:
    • packages/openapi/package.json
    • packages/shared/package.json
    • cli/package.json
"publishConfig": {
  "access": "public"
}

@harfai/frontend, @harfai/backend, and @harfai/e2e are unaffected — they already carry "private": true.


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] Fix action issue in Harfai project fix: add publishConfig.access: public to publishable scoped packages Mar 30, 2026
Copilot AI requested a review from wre232114 March 30, 2026 10:03
@wre232114
wre232114 marked this pull request as ready for review March 30, 2026 12:20
@wre232114
wre232114 merged commit 2c89543 into main Mar 30, 2026
2 checks passed
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.

2 participants