mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Fix pretest script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon -r dotenv/config index.js",
|
"start": "nodemon -r dotenv/config index.js",
|
||||||
"pretest": "eslint functions",
|
"pretest": "eslint index.js apollo.config.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit"
|
"test": "echo \"Error: no test specified\" && exit"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user