Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
ci: fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed May 15, 2019
1 parent d96d850 commit ec4310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ script:
- npm run docs
- npm run build
- npm run bundle:$TRAVIS_OS_NAME
- npm run docker
- make docker

# Dump the packages to a TSV file for browsing (until we have a better way of browsing them)
- npx ts-node src/cli.ts dump packages --tsv > docs/packages.tsv
Expand Down

0 comments on commit ec4310f

Please sign in to comment.