Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano authored Aug 15, 2019
1 parent 4378aa1 commit 6c67c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "scrapes app data from google play store",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000 || eslint . || npm audit"
"test": "eslint . && mocha --timeout 5000 && npm audit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c67c64

Please sign in to comment.