Fix pretest script

This commit is contained in:
Trevor Blades
2022-02-24 22:03:08 -08:00
parent 7b7bf6251a
commit c482d0eea1

View File

@@ -1,7 +1,6 @@
{
"scripts": {
"start": "nodemon index.js",
"pretest": "eslint index.js",
"pretest": "eslint netlify",
"test": "echo \"Error: no test specified\" && exit"
},
"type": "module",