Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Add npm install for node-support automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Feb 3, 2021
1 parent fd04580 commit 6f6ba41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
- stage: Deploy
name: Publish Node Support release
if: tag =~ ^node-support-
before_script:
- cd node-support && nvm install && npm install && cd -
script:
- cd node-support && npm publish && cd -
- make -C node-support/docs deploy
Expand Down

0 comments on commit 6f6ba41

Please # to comment.