Skip to content

Commit

Permalink
Merge pull request #2475 from video-dev/itsjamie-patch-1
Browse files Browse the repository at this point in the history
Remove TypeScript types build step
  • Loading branch information
tjenkinson committed Dec 19, 2019
2 parents 263e94b + 09bf112 commit 29a149f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/travis.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 29a149f

Please sign in to comment.