Skip to content

Commit

Permalink
generate also jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Faraone committed Mar 5, 2020
1 parent 8e5c10b commit 063cea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- 10
- 12
script:
- npm test && npm run mddocs && npx codecov
- npm test && npm run mddocs && npm run docs && npx codecov
- sonar-scanner
after_success:
- test $TRAVIS_BRANCH != "master" && "./commit_tag_push.sh"
Expand Down
2 changes: 1 addition & 1 deletion commit_tag_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git remote set-url origin https://${CONNECT_GITHUB_TOKEN}@github.com/${TRAVIS_RE
echo "Get version from package.json"
export GIT_TAG=v$(node -p "require('./package.json').version")
echo "Stage generated docs"
git add ./mddocs
git add .
echo "Commit docs"
git commit -m "[ci skip] Documentation generated for release $GIT_TAG"
echo "Push generated documentation and tag"
Expand Down

0 comments on commit 063cea4

Please sign in to comment.