Update package.json

This commit is contained in:
freearhey
2025-12-04 18:38:59 +03:00
parent 79855b267d
commit c0157e6c9f

View File

@@ -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"