From 4788bdc5e6c1a650eddbeecdeacbddfa11f2cf9c Mon Sep 17 00:00:00 2001 From: Sumit Kumar Soni Date: Mon, 3 Aug 2026 12:55:13 +0530 Subject: [PATCH] build: make lint independent of generated output --- webui-src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui-src/package.json b/webui-src/package.json index 90482de..2b12802 100644 --- a/webui-src/package.json +++ b/webui-src/package.json @@ -5,7 +5,7 @@ "scripts": { "watch": "sass --watch --embed-sources --embed-source-map ./app/scss/main.scss ./styles.css", "build": "sass --no-source-map --style=compressed ./app/scss/main.scss ./styles.css && node ./make-src/build.js", - "lint": "eslint app && node --check ../webui/app.js && node ./make-src/build.js --check && echo Lint checks passed." + "lint": "eslint app && node ./make-src/build.js --check && echo Lint checks passed." }, "license": "ISC", "engines": {