Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 226f125

Browse files
committed
fixing Api Ref generating
1 parent eeacf70 commit 226f125

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/build-docs.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ rm $VUEJS_ROOT"/_plugins/redirect_generator.rb" \
6060

6161
# NativeScript UI Docs Api Reference build. Docs snippet injecting
6262
if [ -f $NS_UI_LV"/README.md" ]; then
63-
cd $NS_UI_API_REF
64-
npm i
65-
gulp
6663

6764
set +e
6865
set -e
@@ -89,6 +86,10 @@ if [ -f $NS_UI_LV"/README.md" ]; then
8986

9087

9188
done
89+
90+
cd $NS_UI_API_REF
91+
npm i
92+
gulp
9293
fi
9394

9495
cd $SDK_ROOT_NG

0 commit comments

Comments
 (0)