Skip to content

Commit 85b69ed

Browse files
committed
chore: update master for 7.x
1 parent e30464c commit 85b69ed

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fi
5656
[ ! -d $SDK_ROOT_NG ] || (cd $SDK_ROOT_NG && ./build-docs.sh)
5757
[ ! -d $SDK_ROOT_JS ] || (cd $SDK_ROOT_JS && ./build-docs.sh)
5858
[ ! -d $NG_ROOT ] || (cd $NG_ROOT && ./build-doc-snippets.sh)
59-
[ ! -d $MODULES_ROOT ] || (cd $MODULES_ROOT && ./build-docs.sh)
59+
[ ! -d $MODULES_ROOT ] || (cd $MODULES_ROOT && cp ./tools/scripts/build-docs.sh . && ./build-docs.sh)
6060
[ ! -d $NG_ROOT ] || (cd $NG_ROOT && ./build-docs.sh)
6161

6262
cp $SCRIPT_PATH"/_config_angular.yml" \

build/ns_ui_docs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"nativescript-ui-gauge": "*",
1616
"nativescript-ui-listview": "*",
1717
"nativescript-ui-sidedrawer": "*",
18+
"@angular/core": "*",
19+
"@nativescript/core": "*",
1820
"typedoc": "0.14.2"
1921
}
2022
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"current": "6.x"
2+
"current": "7.x"
33
}

0 commit comments

Comments
 (0)