From 235bf5eba1e1eb92e3ce09c8165513aa477d0d1d Mon Sep 17 00:00:00 2001 From: Pranesh Ravi Date: Tue, 27 Feb 2018 14:58:11 +0530 Subject: [PATCH] Updating README and fixing travis cleanup --- .travis.yml | 1 + README.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index a54b6d6..6aa3d7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ deploy: provider: npm email: praneshpranesh@gmail.com api_key: $NPM_API_KEY + skip_cleanup: true on: tags: true branch: master diff --git a/README.md b/README.md index b2734ad..597e1f8 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,16 @@ class Example extends Component { } ``` +## Development + +```bash +yarn install +yarn build +yarn start:examples +``` + +Refer `package.json` for more commands + ## License MIT