Skip to content

Commit

Permalink
build: add publishConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 30, 2024
1 parent c62d86f commit f8c8ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"version": "0.1.1-alpha.1",
"exact": true,
"message": "chore(release): %s"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"description": "Openid Federation implementation",
"author": "Animo Solutions",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf **/build",
"clean:deps ": "pnpm clean && rimraf node_modules",
Expand Down

0 comments on commit f8c8ea1

Please sign in to comment.