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.
2 parents c19f63f + d042a49 commit aa4494aCopy full SHA for aa4494a
.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