Skip to content

Commit 377dea9

Browse files
Narratorclaude
andcommitted
chore: set npm access to public for nx-release-publish
Scoped @domscribe/* packages default to restricted on npm. Adding access: public to the nx-release-publish target ensures first publish succeeds without manual intervention. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dc4eeba commit 377dea9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
},
7575
"nx-release-publish": {
7676
"options": {
77-
"packageRoot": "dist/packages/{projectName}"
77+
"packageRoot": "dist/packages/{projectName}",
78+
"access": "public"
7879
}
7980
}
8081
},

0 commit comments

Comments
 (0)