Skip to content

Commit 0bd3e43

Browse files
committed
fix(package.json): include Samples~ directory in package build
The Samples~ directory was not included in the package build so was being omitted from the final build.
1 parent 711f34a commit 0bd3e43

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
@@ -47,6 +47,7 @@
4747
"Documentation",
4848
"Editor",
4949
"Runtime",
50-
"docfx.json"
50+
"docfx.json",
51+
"Samples~"
5152
]
5253
}

0 commit comments

Comments
 (0)