Skip to content

Commit b4bc2b0

Browse files
temporary kludge for docs gen
1 parent 42afccf commit b4bc2b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/docs.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ SCRIPTDIR=`dirname $0`;
33
BASEDIR="$SCRIPTDIR/..";
44

55
pushd $BASEDIR;
6+
mv tsconfig.json tsconfig.json.tmp
67
typings install --global dt~es6-shim
78
typings install --global dt~angular
89
typings install --global dt~jquery
9-
popd
1010

1111
$BASEDIR/node_modules/typedoc/bin/typedoc $* \
1212
--experimentalDecorators \
@@ -20,3 +20,6 @@ $BASEDIR/node_modules/typedoc/bin/typedoc $* \
2020
$BASEDIR/src $BASEDIR/typings/index.d.ts
2121

2222
rm -rf $BASEDIR/typings
23+
24+
mv tsconfig.json.tmp tsconfig.json
25+
popd

0 commit comments

Comments
 (0)