From 09bf11214b5b93a04e8d000d277c86b44cc79fa1 Mon Sep 17 00:00:00 2001 From: Jamie Stackhouse <1956521+itsjamie@users.noreply.github.com> Date: Tue, 17 Dec 2019 14:35:48 -0400 Subject: [PATCH] Remove build:types from release job. --- scripts/travis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index 39f99763516..aa7c27fe506 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -50,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