Skip to content

Commit

Permalink
Remove TypeScript types build step
Browse files Browse the repository at this point in the history
This makes it so until we are ready to flip the switch on adding types, there won't be conflicting Typescript definitions for users that are using `@types/hls.js`.
  • Loading branch information
itsjamie committed Dec 17, 2019
1 parent 263e94b commit 963acc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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

0 comments on commit 963acc5

Please sign in to comment.