From f0298b4d5392cebc463de55f8a456b79133f5227 Mon Sep 17 00:00:00 2001 From: Bsian Date: Tue, 17 Dec 2019 00:14:16 +0000 Subject: [PATCH] CI fix --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",