From c0157e6c9f846261858718477876fc63593815ae Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 4 Dec 2025 18:38:59 +0300 Subject: [PATCH] Update package.json --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 7453c15715..a3104adb14 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,6 @@ "playlist:export": "tsx scripts/commands/playlist/export.ts", "readme:update": "tsx scripts/commands/readme/update.ts", "report:create": "tsx scripts/commands/report/create.ts", - "check": "npm run playlist:lint && npm run playlist:validate", - "format": "npm run playlist:format", - "update": "npm run playlist:generate && npm run api:generate && npm run readme:update", "lint": "npx eslint \"scripts/**/*.{ts,js}\" \"tests/**/*.{ts,js}\"", "test": "jest --runInBand", "postinstall": "npm run api:load"