Skip to content

Commit e773fbe

Browse files
committed
feat: add compodoc serve
1 parent 9ee357c commit e773fbe

File tree

3 files changed

+151
-66
lines changed

3 files changed

+151
-66
lines changed

frontend/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ testem.log
4545
.DS_Store
4646
Thumbs.db
4747

48-
storybook-static
48+
storybook-static
49+
documentation

frontend/package-lock.json

Lines changed: 148 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"e2e": "ng e2e",
1313
"postinstall": "ngcc",
1414
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
15+
"docs:html": "npx compodoc -p tsconfig.json src && npx serve documentation",
1516
"storybook": "npm run docs:json && start-storybook -p 6006",
1617
"build-storybook": "STORYBOOK_GA_ID=UA-80363801-4 STORYBOOK_REACT_GA_OPTIONS={} npm run docs:json && build-storybook"
1718
},

0 commit comments

Comments
 (0)