Skip to content

Commit

Permalink
Try publishing using npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett committed Oct 14, 2021
1 parent db9aa53 commit 5da7a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ deploy:
tags: true
- provider: script
skip_cleanup: true
script: npm --prefix packages/couchbase-index-manager publish
script: cd packages/couchbase-index-manager && npm publish
on:
tags: true
- provider: script
skip_cleanup: true
script: npm --prefix packages/couchbase-index-manager-cli publish
script: cd packages/couchbase-index-manager-cli && npm publish
on:
tags: true
cache:
Expand Down

0 comments on commit 5da7a13

Please sign in to comment.