Skip to content

Commit 9f9e8f8

Browse files
authored
Fixing API REF build script - docs (#8043)
1 parent 1c694d3 commit 9f9e8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extract_snippets() {
2727

2828
npm install markdown-snippet-injector
2929

30-
for SNIPPET_DIR in {tests/app,apps/app,tns-core-modules} ; do
30+
for SNIPPET_DIR in {tests/app,apps/app,nativescript-core} ; do
3131
echo "Extracting snippets from: $SNIPPET_DIR"
3232
node "$BIN" --root="$SNIPPET_DIR" --target="$TARGET_DIR" \
3333
--sourceext=".js|.ts|.xml|.html|.css"

0 commit comments

Comments
 (0)