Skip to content

Commit

Permalink
Include npm link commands in travis build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Oct 2, 2022
1 parent 0c6116b commit 85f5ecd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ sudo: false
script:
- components/bin/version
- npm install
- npm run compile
- npm run make-components
- npm link
- npm link mathjax-full
- npm run -s compile
- npm run -s make-components
branches:
only:
- "/^\\d+\\.\\d+/"
Expand Down

0 comments on commit 85f5ecd

Please # to comment.