Skip to content

Commit

Permalink
Remove build:types from release job.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjamie committed Dec 17, 2019
1 parent 963acc5 commit 09bf112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/travis.sh
Expand Up @@ -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
Expand Down

0 comments on commit 09bf112

Please sign in to comment.