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 87cace7 commit 99ffae8Copy full SHA for 99ffae8
.travis.yml
@@ -10,7 +10,7 @@ before_script:
10
- npm run build
11
script:
12
- npm run test:cov
13
- - npm install --global typedoc
+ - npm install --global typedoc typescript
14
- CURRENT_VERSION=$(npm run version --silent)
15
- typedoc --out "ts-docs/$CURRENT_VERSION" src
16
- touch ./ts-docs/.nojekyll
0 commit comments