We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c311651 commit d042a49Copy full SHA for d042a49
.travis.yml
@@ -14,6 +14,7 @@ script:
14
- tsc
15
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; else npm run
16
test-unit-travis; fi
17
+- npm run check-packages
18
- sh scripts/typedoc/generate_typedoc.sh
19
after_success:
20
- npm run report-coverage
0 commit comments