Skip to content

Commit

Permalink
update development commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Jul 18, 2016
1 parent 41ca36d commit baf35f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ Testing

npm install

npm test # will just run make test
# will run make test and coffeelint
npm test

# or
make test
Expand All @@ -131,6 +132,9 @@ Testing
# or for more documentation-style output
make test-spec

# and to generate coverage
make test-cov

Changelog
---------------
All changes are listed in the [CHANGELOG](CHANGELOG.md)
Expand Down

0 comments on commit baf35f7

Please sign in to comment.