Skip to content

Commit

Permalink
fix: You must sign up for private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 2, 2024
1 parent f1ffe48 commit 689fd6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"build": "tsdx build --tsconfig tsconfig.build.json",
"clean": "rimraf ./dist"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"rimraf": "~4.4.0",
"tsdx": "^0.14.1"
Expand Down
3 changes: 3 additions & 0 deletions packages/data-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@x-oasis/batchinate-last": "^0.1.14",
"@x-oasis/batchinator": "^0.1.14",
Expand Down
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
},
"dependencies": {
"@infinite-list/data-model": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 689fd6e

Please sign in to comment.