Skip to content

Commit

Permalink
Merge pull request #73 from energywebfoundation/master
Browse files Browse the repository at this point in the history
Update publishing config
  • Loading branch information
JGiter committed Dec 16, 2020
2 parents f6dcb0e + ce812ec commit 7671169
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ deploy:
branch: develop
- provider: script
script: 'npx semantic-release'
skip_cleanup: true
on:
branch: master
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"lint": "npx eslint ./src/**/*.ts ./test/**/*.ts",
"prebuild": "rimraf dist",
"build": "npm run build:contracts && npm run build:ts && copyfiles \"ethers/**/*.d.ts\" \"examples/**/*\" \"screenshots/**/*\" dist",
"build": "npm run build:contracts && npm run build:ts && copyfiles \"ethers/**/*.d.ts\" dist",
"build:ts": "bili",
"build:api_docs": "rm -rf docs/api && typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs true",
"build:contracts": "npm run build:typechain:registry && npm run build:typechain:resolver",
Expand All @@ -32,6 +32,11 @@
"switchboard"
],
"author": "Kim Honoridez <[email protected]> (https://github.com/kim-energyweb)",
"repository": {
"type": "git",
"url": "git+https://github.com/energywebfoundation/iam-client-lib.git"
},
"homepage": "https://github.com/energywebfoundation/iam-client-lib.git#readme",
"license": "GPL-3.0-or-later",
"private": false,
"engines": {
Expand Down

0 comments on commit 7671169

Please sign in to comment.