Fix lint script

This commit is contained in:
Michael Jackson 2018-09-01 06:37:20 -07:00
parent f86b294e16
commit 2c97136279
1 changed files with 1 additions and 1 deletions

View File

@ -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": {