Skip to content

Commit

Permalink
Merge 7347b55 into f60a0ce
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsu committed May 7, 2021
2 parents f60a0ce + 7347b55 commit 0352a40
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": "App performing single hop query for BioThings Explorer",
"main": "src/server.js",
"scripts": {
"start": "nodemon src/server.js",
"start": "nodemon --ignore './data/' src/server.js",
"test": "jest --forceExit",
"test-cov": "jest --coverage",
"coveralls": "jest --coverage --forceExit && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
Expand Down

0 comments on commit 0352a40

Please sign in to comment.