mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
fix lint script
This commit is contained in:
parent
a1e3127d36
commit
ed7be562f7
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ coverage/
|
|||
database_reports/
|
||||
website/build/
|
||||
website/transpiled-babel/
|
||||
# Has its own linter
|
||||
website/client/
|
||||
website/common/transpiled-babel/
|
||||
dist/
|
||||
dist-client/
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"npm": "^6"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js --fix .",
|
||||
"lint": "eslint --ext .js --fix . && cd website/client && npm run lint",
|
||||
"test": "npm run lint && gulp test && gulp apidoc",
|
||||
"test:build": "gulp test:prepare:build",
|
||||
"test:api-v3": "gulp test:api-v3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue