diff --git a/package.json b/package.json index eab069fbd..d94d9d617 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "guides:update": "tsx scripts/commands/guides/update.ts", "guides:export": "tsx scripts/commands/guides/export.ts", "workers:load": "tsx scripts/commands/workers/load.ts", - "workers:validate": "tsx scripts/commands/workers/validate.ts" + "workers:validate": "tsx scripts/commands/workers/validate.ts", "grab": "tsx scripts/commands/epg/grab.ts", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",