Skip to content

Commit

Permalink
Fix README output
Browse files Browse the repository at this point in the history
  • Loading branch information
joluj committed Jul 30, 2024
1 parent dfcc6b2 commit a513ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"tsConfig": "{projectRoot}/tsconfig.lib.json",
"assets": [
{
"glob": "{projectRoot}/README.md",
"input": ".",
"output": "."
"glob": "README.md",
"input": "{projectRoot}",
"output": "/"
}
],
"generatePackageJson": true
Expand Down

0 comments on commit a513ec5

Please sign in to comment.