Skip to content

Commit

Permalink
chore: jsrepo fixes (#68)
Browse files Browse the repository at this point in the history
* only list documented components

* Update jsrepo-build-config.json

Co-authored-by: SHYAKA Davis <[email protected]>

* oops

---------

Co-authored-by: SHYAKA Davis <[email protected]>
  • Loading branch information
ieedan and shyakadavis authored Dec 7, 2024
1 parent 7564031 commit 4801d9f
Show file tree
Hide file tree
Showing 5 changed files with 2,117 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Build jsrepo-manifest.json
run: pnpm build:registry

- name: Format manifest
run: pnpm format

- name: Create pull request with changes
uses: peter-evans/create-pull-request@v7
with:
Expand Down
13 changes: 11 additions & 2 deletions jsrepo-build-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"$schema": "https://unpkg.com/jsrepo@1.17.2/schemas/registry-config.json",
"$schema": "https://unpkg.com/jsrepo@1.18.0/schemas/registry-config.json",
"dirs": ["./src/lib/components", "./src/lib/assets", "./src"],
"includeBlocks": [],
"includeCategories": ["ui", "lib", "icons"],
"doNotListBlocks": [],
"doNotListBlocks": [
"command",
"dialog",
"label",
"link",
"popover",
"range-calender",
"separator"
],
"doNotListCategories": ["icons", "lib"],
"preview": true,
"excludeDeps": ["svelte"],
"rules": {
"no-category-index-file-dependency": "off",
Expand Down
Loading

0 comments on commit 4801d9f

Please sign in to comment.