diff --git a/package.json b/package.json index fd6125c..355e0cc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "dist/Client.js", "scripts": { "lint": "eslint ./ --ext ts --fix", - "build": "tsc -p ./tsconfig.json" + "build": "tsc -p ./tsconfig.json", + "lint-find": "eslint ./ --ext ts" }, "author": "Library of Code sp-us Engineering Team", "license": "AGPL-3.0-only",