Skip to content

Commit

Permalink
Updating README and fixing travis cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh Ravi committed Feb 27, 2018
1 parent 3a8269e commit 235bf5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ deploy:
provider: npm
email: [email protected]
api_key: $NPM_API_KEY
skip_cleanup: true
on:
tags: true
branch: master
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 235bf5e

Please sign in to comment.