fix(docs): build each component as a seperate page

This commit is contained in:
AAGaming
2022-10-02 12:33:20 -04:00
parent 33dd4e5548
commit fbd936dc1f
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ jobs:
cd wiki
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add ./api-docs/decky-frontend-lib
git add -A ./api-docs/decky-frontend-lib
git commit -m "Update decky-frontend-lib API docs"
- name: Push changes

View File

@@ -9,7 +9,7 @@
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"dev": "tsc -b -w",
"docs": "typedoc --tsconfig ./tsconfig.json src/*",
"docs": "typedoc --tsconfig ./tsconfig.json src/**/*",
"prepack": "npm run build",
"test": "echo 'No tests for now!'",
"prepare": "husky install",