build: remove dependency on tsd and use @types/* instead
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user