Skip to content

Commit

Permalink
Ensure node_modules exist before npm test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kenta-ky-yamamoto committed May 18, 2015
1 parent 4f73760 commit d3ad373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Super-agent driven library for testing HTTP servers",
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "make test"
},
"dependencies": {
Expand Down

0 comments on commit d3ad373

Please sign in to comment.