diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..2f1f0e36e --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,8 @@ +Code of Conduct Guidelines +========================== + +Please review the Hyperledger [Code of +Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct) +before participating. It is important that we keep things civil. + +Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 02109ba77..5b4dd74b1 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -9,6 +9,7 @@ Maintainers | Name | GitHub | Chat | email |------|--------|------|---------------------- | Atsushi Neki | [nekia][nekia] | nekia | +| Anil Kumar | [anilkumargr][anilkumargr] | anilkumargr | | Jeeva Sankarapandian | [jeevasang][jeevasang] | jeevasang | | Mekia Edwards | [mekiae] | edwardsm26 | @@ -37,3 +38,4 @@ Maintainers [xspeedcruiser]: https://github.com/xspeedcruiser [umadiraju]: https://github.com/umadiraju [mekiae]: https://github.com/mekiae +[anilkumargr]: https://github.com/anilspecial diff --git a/main.sh b/main.sh index 1cdc0ee3c..41c1f91af 100755 --- a/main.sh +++ b/main.sh @@ -18,7 +18,7 @@ function print_help() { function do_install() { VERBOSE=${VERBOSE:+-ddd} - npm install $VERBOSE + (npm install $VERBOSE && npm run build) (cd client && npm install $VERBOSE && npm run build) }