Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 11, 2017
2 parents 9f6bf09 + fac21d3 commit 47cfb37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ Contributing to `react-credit-card-input` is easy! With four simple steps:

### Make the change

### Test the change
1. If applicable, run `npm run storybook`, navigate to http://localhost:9001/ and ensure your UI changes work.
Note: You can run `npm run storybook`, and then navigate to http://localhost:9001/ to interactively develop your changes. If you are developing a new feature, make sure to add a story for it!

### Test the change
1. Run `npm run fix` from the project root (This will run Prettier and ESLint and automatically fix any issues).

### Push the change!
Expand Down

0 comments on commit 47cfb37

Please sign in to comment.