diff --git a/package.json b/package.json index a7ad91b9..e93b469e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "sites:update": "npx tsx scripts/commands/sites/update.ts", "grab": "npx tsx scripts/commands/epg/grab.ts", "serve": "npx serve", - "lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"", + "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,js}\"", "test": "run-script-os", "test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand", "test:default": "TZ=Pacific/Nauru npx jest --runInBand",