Skip to content

Commit a4674fb

Browse files
committed
chore: update compodoc output folder
1 parent 1914618 commit a4674fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# Documentation
28-
/documentation
29-
/docs
28+
compodoc/
3029

3130
# misc
3231
/.sass-cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
7-
"build:docs": "compodoc -p src/tsconfig.app.json",
7+
"build:docs": "compodoc -p src/tsconfig.app.json -d docs/compodoc",
88
"start": "ng serve",
99
"build": "ng build",
1010
"test": "ng test",

0 commit comments

Comments
 (0)