Skip to content

Commit

Permalink
fix(package.json): add missing publishConfig preventing npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 1, 2023
1 parent 63b5836 commit 18996c7
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 @@ -28,6 +28,9 @@
"clean": "rimraf dist coverage tsconfig.build.tsbuildinfo",
"build": "tsc --p ./tsconfig.build.json && vite build"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 18996c7

Please sign in to comment.