Fix pretest script

This commit is contained in:
Trevor Blades
2020-02-26 20:10:54 -08:00
parent d7bcd99410
commit fc4b180b14

View File

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