Skip to content

Commit

Permalink
package access to public (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Co-authored-by: Ilias Elbarnoussi <[email protected]>
  • Loading branch information
IliasElbarnoussi and IliasElbarnoussi authored Jun 10, 2024
1 parent 8a2e8ab commit f47f95f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.0",
"type": "module",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"generate": "openapi-ts",
"build": "pnpm generate && tsc",
Expand Down

0 comments on commit f47f95f

Please sign in to comment.