build: remove dependency on tsd and use @types/* instead

This commit is contained in:
Igor Minar
2016-05-25 15:37:40 -07:00
parent 4dbd8ed6b8
commit b9347eb01c
19 changed files with 94 additions and 767 deletions

View File

@ -55,16 +55,6 @@ fi
echo 'travis_fold:end:install.browserstack'
# Install external typings via tsd
echo 'travis_fold:start:install.typings'
if [[ ${TRAVIS} ]]; then
echo ${TSDRC} > ~/.tsdrc
fi
$(npm bin)/tsd reinstall --overwrite --clean --config ./tsd.json
echo 'travis_fold:end:install.typings'
# node tools/chromedriverpatch.js
$(npm bin)/webdriver-manager update

View File

@ -26,8 +26,7 @@ function publishRepo {
# copy over build artifacts into the repo directory
rm -rf $REPO_DIR/*
cp -R $ARTIFACTS_DIR/* $REPO_DIR/
grep -v /typings/ .gitignore > $REPO_DIR/.gitignore
# Replace $$ANGULAR_VESION$$ with the build version.
BUILD_VER="2.0.0-${SHORT_SHA}"
if [[ ${TRAVIS} ]]; then