Skip to content

Commit

Permalink
fix: marking packages as public
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Oct 25, 2023
1 parent 985b30b commit 1ee055a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Release Please has already incremented versions and published tags, so we just
# need to publish all unpublished versions to NPM here
# See: https://github.com/lerna/lerna/tree/main/commands/publish#bump-from-package
# See: https://github.com/lerna/lerna/tree/main/libs/commands/publish#readme
publish-npm:
needs: release-please
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.1",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@jest/globals": "29.7.0",
"@swc/cli": "0.1.62",
Expand Down

0 comments on commit 1ee055a

Please sign in to comment.