File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 56
56
[ ! -d $SDK_ROOT_NG ] || (cd $SDK_ROOT_NG && ./build-docs.sh)
57
57
[ ! -d $SDK_ROOT_JS ] || (cd $SDK_ROOT_JS && ./build-docs.sh)
58
58
[ ! -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)
60
60
[ ! -d $NG_ROOT ] || (cd $NG_ROOT && ./build-docs.sh)
61
61
62
62
cp $SCRIPT_PATH " /_config_angular.yml" \
Original file line number Diff line number Diff line change 15
15
"nativescript-ui-gauge" : " *" ,
16
16
"nativescript-ui-listview" : " *" ,
17
17
"nativescript-ui-sidedrawer" : " *" ,
18
+ "@angular/core" : " *" ,
19
+ "@nativescript/core" : " *" ,
18
20
"typedoc" : " 0.14.2"
19
21
}
20
22
}
Original file line number Diff line number Diff line change 1
1
{
2
- "current" : " 6 .x"
2
+ "current" : " 7 .x"
3
3
}
You can’t perform that action at this time.
0 commit comments