From aa01bc11119de358b0e8ea46736e9939c2ee5b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 2 Feb 2024 11:59:23 +0100 Subject: [PATCH] Update the "lint" task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c2edcb5..5035bdfc 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "clean": "node tool/clean.js", "dist": "npm run clean && npm run build && git update-index --chmod=+x bin/php_minifier.cjs", "doc": "typedoc --options etc/typedoc.js && node tool/doc.js", - "lint": "tsc --project tsconfig.json && eslint --config=etc/eslint.cjs src test tool", + "lint": "npm run build && tsc --project tsconfig.json && eslint --config=etc/eslint.cjs src test tool", "postpublish": "node tool/publish.js", "prepack": "npm run dist", "start": "npm run build && node bin/php_minifier.cjs --help",