Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed May 18, 2018
1 parent ee9fb8e commit 09eddc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,11 @@ perfume.observeTimeToInteractive();

## Develop

* `npm t`: Run test suite
* `npm start`: Run `npm run build` in watch mode
* `npm run test`: Run test suite
* `npm run test:watch`: Run test suite in [interactive watch mode](http://facebook.github.io/jest/docs/cli.html#watch)
* `npm run test:prod`: Run linting and generate coverage
* `npm run build`: Generate bundles and typings
* `npm run lint`: Lints code
* `npm run commit`: Commit using conventional commit style ([husky](https://github.com/typicode/husky) will tell you to use it if you haven't :wink:)

## Credits and Specs

Expand Down

0 comments on commit 09eddc6

Please sign in to comment.