Skip to content

Commit ea1f0a0

Browse files
committed
fix(app): screenshots path
1 parent f3393d5 commit ea1f0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
10-
"compodoc:build": "compodoc -p tsconfig.doc.json",
10+
"compodoc:build": "compodoc -p tsconfig.doc.json -a screenshots -n \"TodoMVC Angular documentation\" --includes additional-doc",
1111
"compodoc:build-and-serve": "compodoc -p tsconfig.doc.json -s",
1212
"compodoc:serve": "compodoc -s"
1313
},

0 commit comments

Comments
 (0)