Skip to content

Commit

Permalink
Ensure public publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 15, 2024
1 parent 8fa0d42 commit ae34f3b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/create-nxjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"scripts": {
"build": "node build-list.js && tsc"
},
"publishConfig": {
"access": "public"
},
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/nro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/nsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"nxjs.nacp",
"icon.jpg"
],
"publishConfig": {
"access": "public"
},
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/patch-nacp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit ae34f3b

Please sign in to comment.