Skip to content

Commit 1b8ae27

Browse files
committed
fix(package.json): add docfx.json file
The docfx.json file was missing from the package.json causing the build process to fail. It has now been added.
1 parent 67f3c5f commit 1b8ae27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"*.xml",
3939
"Documentation",
4040
"Editor",
41-
"Runtime"
41+
"Runtime",
42+
"docfx.json"
4243
]
4344
}

0 commit comments

Comments
 (0)