Skip to content

Commit

Permalink
Remove nodemon from graphql as it's no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanStuart committed May 13, 2020
1 parent 4187ff8 commit ac7520a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 447 deletions.
3 changes: 1 addition & 2 deletions metaspace/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Vitaly Kovalev <vitaly.kovalev@embl.de>"
],
"scripts": {
"dev": "nodemon -e js,json,ts --require ts-node/register server.js",
"dev": "ts-node-dev server.js --respawn server.js",
"start": "ts-node server.js",
"test": "NODE_ENV=test jest",
"test-integration": "mocha --timeout 3000 tests/*RegrTest.js # Has not been maintained. Mocha removed due to security advisory in one of its dependencies",
Expand Down Expand Up @@ -102,7 +102,6 @@
"@types/supertest": "^2.0.7",
"graphql-binding": "^2.2.2",
"jest": "25.5.4",
"nodemon": "^2.0.3",
"random-js": "^2.0.0-rc2",
"request-promise": "^4.2.1",
"supertest": "^4.0.2",
Expand Down

0 comments on commit ac7520a

Please sign in to comment.