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