Skip to content

Commit

Permalink
fix(package): simplify lint
Browse files Browse the repository at this point in the history
EME-5329

Co-authored-by: Gabor Nemeth <gabor.nemeth@emarsys.com>
  • Loading branch information
sonicoder86 and ngabor84 committed Sep 2, 2022
1 parent 014435e commit e1804d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@emartech/escher-request",
"description": "Requests with Escher authentication",
"scripts": {
"test": "mocha --require ts-node/register ./src/ --recursive",
"lint": "eslint $(find ./src -name \"*.js\" -not -path \"./node_modules/*\")",
"test": "mocha --require ts-node/register ./src --recursive",
"lint": "eslint ./src",
"build": "rm -rf dist && tsc --project ./tsconfig.json",
"semantic-release": "CI=true semantic-release"
},
Expand Down

0 comments on commit e1804d0

Please sign in to comment.