Skip to content

Commit

Permalink
Fixing API REF build script - docs (#8043)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonevn committed Oct 31, 2019
1 parent 1c694d3 commit 9f9e8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extract_snippets() {

npm install markdown-snippet-injector

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

0 comments on commit 9f9e8f8

Please sign in to comment.