Fix lint script
This commit is contained in:
parent
f86b294e16
commit
2c97136279
|
@ -3,7 +3,7 @@
|
|||
"scripts": {
|
||||
"start": "docker-compose up",
|
||||
"build": "NODE_ENV=production webpack -p --json > stats.json",
|
||||
"lint": "eslint client && eslint server",
|
||||
"lint": "eslint modules",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue