Skip to content

Commit

Permalink
fix(publishing): Set access:public for @kaoto-next/ui
Browse files Browse the repository at this point in the history
In order for lerna-lite be able to publish a package, we need to set
the access to public.

Relates to: #77
  • Loading branch information
lordrip committed Oct 5, 2023
1 parent a544f2c commit 4dbfa64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"repository": "https://github.com/KaotoIO/kaoto-next",
"repositoryDirectory": "packages/ui",
"author": "The Kaoto Team",
"publishConfig": {
"access": "public"
},
"license": "Apache License v2.0",
"types": "./lib/esm/public-api.d.ts",
"module": "./lib/esm/public-api.js",
Expand Down

0 comments on commit 4dbfa64

Please sign in to comment.