diff --git a/scripts/travis.sh b/scripts/travis.sh index 4c047612f39..aa7c27fe506 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -13,7 +13,6 @@ if [ "${TRAVIS_MODE}" = "build" ]; then echo "travis_fold:start:build" npm run type-check npm run build - npm run build:types echo "travis_fold:end:build" echo "travis_fold:start:docs" npm run docs @@ -51,7 +50,6 @@ elif [ "${TRAVIS_MODE}" = "release" ] || [ "${TRAVIS_MODE}" = "releaseCanary" ] npm run lint npm run type-check npm run build:ci - npm run build:types if [ "${TRAVIS_MODE}" != "netlifyPr" ]; then npm run test:unit