Skip to content

Commit

Permalink
Merge pull request #17 from abetomo/update_package.json
Browse files Browse the repository at this point in the history
Add setting to execute lint and unittest separately
  • Loading branch information
abetomo authored Sep 19, 2017
2 parents a6b1d2a + fb7bc24 commit 2e23c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Simply imitated SQS for testing",
"main": "index.js",
"scripts": {
"test": "standard && jest"
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "jest"
},
"bin": {
"sis-local-sqs-start": "./bin/webserver.js"
Expand Down

0 comments on commit 2e23c84

Please sign in to comment.