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": {