Skip to content

Commit

Permalink
chore: add json in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasir-barati committed Oct 30, 2024
1 parent 182d760 commit 91a2759
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/docs/monorepo/reduced-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "lib1",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/lib1/src",
"projectType": "library",
"targets": {
"build": {
"options": {
"assets": ["libs/lib1/*.md", "libs/lib1/src/images/*"]
}
},
"lint": {},
"test": {}
},
"tags": []
}

0 comments on commit 91a2759

Please sign in to comment.