Remove apollo integration

This commit is contained in:
Trevor Blades
2020-03-26 15:12:31 -07:00
parent 21204d43e5
commit 5334de6e79
3 changed files with 2 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"start": "nodemon -r dotenv/config index.js",
"pretest": "eslint index.js apollo.config.js",
"start": "nodemon index.js",
"pretest": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit"
},
"eslintConfig": {