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": { "scripts": {
"start": "nodemon index.js", "pretest": "eslint netlify",
"pretest": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit" "test": "echo \"Error: no test specified\" && exit"
}, },
"type": "module", "type": "module",