Skip to content

Commit

Permalink
ci: deploy dev branch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 13, 2018
1 parent 2de5599 commit 992d503
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deploy:
script:
- npx semantic-release
on:
branch: master
branch: dev
node_js: "lts/*"
- provider: releases
skip-cleanup: true
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"url": "http://github.com/solana-labs/solana-web3.js.git/issues"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "dev"
},
"release": {
"branch": "dev"
},
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
Expand Down

0 comments on commit 992d503

Please sign in to comment.